1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-11-08 15:08:38 -06:00

sys: FspFsvolSetBasicInformation: invalidate dir caches

This commit is contained in:
Bill Zissimopoulos
2016-12-30 11:01:52 -08:00
parent 5190923c9a
commit 843d3f0362
3 changed files with 3 additions and 3 deletions

View File

@@ -997,7 +997,7 @@ static NTSTATUS FspFsvolSetBasicInformation(PFILE_OBJECT FileObject,
FileDesc->DidSetChangeTime = TRUE;
FileDesc->DidSetMetadata = TRUE;
FspFileNodeNotifyChange(FileNode, NotifyFilter, FILE_ACTION_MODIFIED, FALSE);
FspFileNodeNotifyChange(FileNode, NotifyFilter, FILE_ACTION_MODIFIED, TRUE/*FALSE*/);
}
return STATUS_SUCCESS;