mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 17:32:29 -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;
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user