mirror of
https://github.com/winfsp/winfsp.git
synced 2026-06-15 00:56:02 -05:00
sys: ioq: now includes a dictionary for fast translation of IrpHint to Irp
This commit is contained in:
+4
-2
@@ -39,8 +39,10 @@ NTSTATUS DriverEntry(
|
||||
&FspFsctlNetDeviceObject);
|
||||
if (!NT_SUCCESS(Result))
|
||||
FSP_RETURN(FspDeviceDelete(FspFsctlDiskDeviceObject));
|
||||
FspDeviceInitComplete(FspFsctlDiskDeviceObject);
|
||||
FspDeviceInitComplete(FspFsctlNetDeviceObject);
|
||||
Result = FspDeviceInitialize(FspFsctlDiskDeviceObject);
|
||||
ASSERT(STATUS_SUCCESS == Result);
|
||||
Result = FspDeviceInitialize(FspFsctlNetDeviceObject);
|
||||
ASSERT(STATUS_SUCCESS == Result);
|
||||
|
||||
/* setup the driver object */
|
||||
DriverObject->DriverUnload = FspUnload;
|
||||
|
||||
Reference in New Issue
Block a user