tst: memfs: VolumeParams.ExtendedAttributes

This commit is contained in:
Bill Zissimopoulos 2019-03-13 21:59:27 -07:00
parent 3dd8ae24a8
commit 795caec679
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -2316,6 +2316,9 @@ NTSTATUS MemfsCreateFunnel(
VolumeParams.FlushAndPurgeOnCleanup = FlushAndPurgeOnCleanup;
#if defined(MEMFS_CONTROL)
VolumeParams.DeviceControl = 1;
#endif
#if defined(MEMFS_EA)
VolumeParams.ExtendedAttributes = 1;
#endif
VolumeParams.AllowOpenInKernelMode = 1;
if (0 != VolumePrefix)