From de75454d5095586af79195ff275a69a7c56b90e9 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Fri, 6 Sep 2019 15:43:20 -0700 Subject: [PATCH] sys: FspFsvolDeviceControl: disable mountdev handling on fsvol devices --- src/sys/devctl.c | 2 ++ 1 file changed, 2 insertions(+) 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: