1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-25 13:32:08 -06:00

sys: decide on device hierarchy: fsctl, fsvrt, fsvol

This commit is contained in:
Bill Zissimopoulos
2015-11-20 23:39:20 -08:00
parent 4d910c7fa8
commit 93be122c91
5 changed files with 48 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ FspClose(
ASSERT(IRP_MJ_CLOSE == IrpSp->MajorFunction);
if (FspFileSystemDeviceExtensionKind == FspDeviceExtension(DeviceObject)->Kind)
if (FspFsctlDeviceExtensionKind == FspDeviceExtension(DeviceObject)->Kind)
FSP_RETURN(Irp->IoStatus.Information = 0);
Result = STATUS_INVALID_DEVICE_REQUEST;