mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: fsctl: comments
This commit is contained in:
		| @@ -184,7 +184,7 @@ static NTSTATUS FspFsctlMountVolume( | |||||||
|             FspFsvrtDeviceExtension(FsvrtDeviceObject); |             FspFsvrtDeviceExtension(FsvrtDeviceObject); | ||||||
|         FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension; |         FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension; | ||||||
|  |  | ||||||
|         /* check the passed in volume object; it must be one of our own */ |         /* check the passed in volume object; it must be one of our own and not marked Deleted */ | ||||||
|         Result = FspDeviceOwned(FsvrtDeviceObject); |         Result = FspDeviceOwned(FsvrtDeviceObject); | ||||||
|         if (!NT_SUCCESS(Result)) |         if (!NT_SUCCESS(Result)) | ||||||
|         { |         { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user