mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 11:08:37 -05:00 
			
		
		
		
	sys: fsctl: comments
This commit is contained in:
		| @@ -184,7 +184,7 @@ static NTSTATUS FspFsctlMountVolume( | ||||
|             FspFsvrtDeviceExtension(FsvrtDeviceObject); | ||||
|         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); | ||||
|         if (!NT_SUCCESS(Result)) | ||||
|         { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user