diff --git a/src/sys/devctl.c b/src/sys/devctl.c index 015b6176..3a153c4e 100644 --- a/src/sys/devctl.c +++ b/src/sys/devctl.c @@ -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: