mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tst: memfs: VolumeParams.ExtendedAttributes
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user