mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	Major refactoring: WIP
This commit is contained in:
		| @@ -232,7 +232,7 @@ static NTSTATUS FspFsvolDeviceInit(PDEVICE_OBJECT DeviceObject) | ||||
|     if (!NT_SUCCESS(Result)) | ||||
|         return Result; | ||||
|  | ||||
|     /* allocate a spare VPB in case we are mounted on an fsvrt */ | ||||
|     /* allocate a spare VPB in case we are mounted on a virtual disk */ | ||||
|     if (FILE_DEVICE_DISK_FILE_SYSTEM == DeviceObject->DeviceType) | ||||
|     { | ||||
|         FsvolDeviceExtension->SwapVpb = FspAllocNonPagedExternal(sizeof *FsvolDeviceExtension->SwapVpb); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user