mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 09:23:37 -05:00
sys: FspFsvolDeviceControl: disable mountdev handling on fsvol devices
This commit is contained in:
parent
430d7a5650
commit
de75454d50
@ -79,8 +79,10 @@ static NTSTATUS FspFsvolDeviceControl(
|
||||
ULONG IoControlCode = IrpSp->Parameters.DeviceIoControl.IoControlCode;
|
||||
NTSTATUS Result;
|
||||
|
||||
#if 0
|
||||
if (FspMountdevDeviceControl(FsvolDeviceExtension->FsvrtDeviceObject, Irp, IrpSp, &Result))
|
||||
return Result;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Possibly forward the IOCTL request to the user mode file system. The rules are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user