mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	memfs: AllowOpenInKernelMode==1
The getfileattr_test is expected to fail.
This commit is contained in:
		| @@ -2052,6 +2052,7 @@ NTSTATUS MemfsCreateFunnel( | ||||
| #if defined(MEMFS_CONTROL) | ||||
|     VolumeParams.DeviceControl = 1; | ||||
| #endif | ||||
|     VolumeParams.AllowOpenInKernelMode = 1; | ||||
|     if (0 != VolumePrefix) | ||||
|         wcscpy_s(VolumeParams.Prefix, sizeof VolumeParams.Prefix / sizeof(WCHAR), VolumePrefix); | ||||
|     wcscpy_s(VolumeParams.FileSystemName, sizeof VolumeParams.FileSystemName / sizeof(WCHAR), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user