sys: device.c

This commit is contained in:
Bill Zissimopoulos
2015-11-29 13:39:57 -08:00
parent f4de97f3c6
commit ccf4ef5cc8
6 changed files with 162 additions and 63 deletions

View File

@ -116,7 +116,7 @@ static NTSTATUS FspFsctlMountVolume(
FSP_FSVOL_DEVICE_EXTENSION *FsvolDeviceExtension;
/* check the passed in volume object; it must be one of our own */
Result = FspHasDeviceObject(DeviceObject->DriverObject, FsvrtDeviceObject);
Result = FspDeviceOwned(DeviceObject->DriverObject, FsvrtDeviceObject);
if (!NT_SUCCESS(Result))
{
if (STATUS_NO_SUCH_DEVICE == Result)