From a7f1316ffea7e4eafb40de62a4e649a908e6b25f Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 2 Mar 2016 14:39:24 -0800 Subject: [PATCH] sys: wq: TopLevelIrp functionality --- src/sys/driver.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sys/driver.h b/src/sys/driver.h index c1e10925..e7b6a846 100644 --- a/src/sys/driver.h +++ b/src/sys/driver.h @@ -552,8 +552,7 @@ NTSTATUS FspIopDispatchComplete(PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response /* work queue processing */ enum { - FspWqRequestIrpAndFlags = 0, - FspWqRequestWorkRoutine = 1, + FspWqRequestWorkRoutine = 3, }; typedef NTSTATUS FSP_WQ_REQUEST_WORK( PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp,