mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-07 20:42:09 -05:00
tst: memfs: VolumeParams.ExtendedAttributes
This commit is contained in:
parent
3dd8ae24a8
commit
795caec679
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user