sys: FspFsvolDeviceControl: disable mountdev handling on fsvol devices

This commit is contained in:
Bill Zissimopoulos 2019-09-06 15:43:20 -07:00
parent 430d7a5650
commit de75454d50
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -79,8 +79,10 @@ static NTSTATUS FspFsvolDeviceControl(
ULONG IoControlCode = IrpSp->Parameters.DeviceIoControl.IoControlCode; ULONG IoControlCode = IrpSp->Parameters.DeviceIoControl.IoControlCode;
NTSTATUS Result; NTSTATUS Result;
#if 0
if (FspMountdevDeviceControl(FsvolDeviceExtension->FsvrtDeviceObject, Irp, IrpSp, &Result)) if (FspMountdevDeviceControl(FsvolDeviceExtension->FsvrtDeviceObject, Irp, IrpSp, &Result))
return Result; return Result;
#endif
/* /*
* Possibly forward the IOCTL request to the user mode file system. The rules are: * Possibly forward the IOCTL request to the user mode file system. The rules are: