mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-19 18:49:08 -06:00
tst: memfs: VolumeParams.ExtendedAttributes
This commit is contained in:
@@ -2316,6 +2316,9 @@ NTSTATUS MemfsCreateFunnel(
|
|||||||
VolumeParams.FlushAndPurgeOnCleanup = FlushAndPurgeOnCleanup;
|
VolumeParams.FlushAndPurgeOnCleanup = FlushAndPurgeOnCleanup;
|
||||||
#if defined(MEMFS_CONTROL)
|
#if defined(MEMFS_CONTROL)
|
||||||
VolumeParams.DeviceControl = 1;
|
VolumeParams.DeviceControl = 1;
|
||||||
|
#endif
|
||||||
|
#if defined(MEMFS_EA)
|
||||||
|
VolumeParams.ExtendedAttributes = 1;
|
||||||
#endif
|
#endif
|
||||||
VolumeParams.AllowOpenInKernelMode = 1;
|
VolumeParams.AllowOpenInKernelMode = 1;
|
||||||
if (0 != VolumePrefix)
|
if (0 != VolumePrefix)
|
||||||
|
|||||||
Reference in New Issue
Block a user