mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-23 18:53:17 -05:00
tst: ntptfs: PostDispositionWhenNecessaryOnly
This commit is contained in:
@@ -1279,7 +1279,7 @@ NTSTATUS PtfsCreate(
|
|||||||
/*FILE_SUPPORTS_POSIX_UNLINK_RENAME*/);
|
/*FILE_SUPPORTS_POSIX_UNLINK_RENAME*/);
|
||||||
VolumeParams.ReadOnlyVolume = !!(FsAttrInfo.V.FileSystemAttributes & FILE_READ_ONLY_VOLUME);
|
VolumeParams.ReadOnlyVolume = !!(FsAttrInfo.V.FileSystemAttributes & FILE_READ_ONLY_VOLUME);
|
||||||
VolumeParams.PostCleanupWhenModifiedOnly = 1;
|
VolumeParams.PostCleanupWhenModifiedOnly = 1;
|
||||||
VolumeParams.PostDispositionForDirOnly = 1;
|
VolumeParams.PostDispositionWhenNecessaryOnly = 1;
|
||||||
VolumeParams.PassQueryDirectoryPattern = 1;
|
VolumeParams.PassQueryDirectoryPattern = 1;
|
||||||
VolumeParams.FlushAndPurgeOnCleanup = !!(FsAttributeMask & PtfsFlushAndPurgeOnCleanup);
|
VolumeParams.FlushAndPurgeOnCleanup = !!(FsAttributeMask & PtfsFlushAndPurgeOnCleanup);
|
||||||
VolumeParams.WslFeatures = !!(FsAttributeMask & PtfsWslFeatures);
|
VolumeParams.WslFeatures = !!(FsAttributeMask & PtfsWslFeatures);
|
||||||
|
Reference in New Issue
Block a user