sys: wq: TopLevelIrp functionality

This commit is contained in:
Bill Zissimopoulos 2016-03-02 14:39:24 -08:00
parent 5203a0360d
commit a7f1316ffe

View File

@ -552,8 +552,7 @@ NTSTATUS FspIopDispatchComplete(PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response
/* work queue processing */ /* work queue processing */
enum enum
{ {
FspWqRequestIrpAndFlags = 0, FspWqRequestWorkRoutine = 3,
FspWqRequestWorkRoutine = 1,
}; };
typedef NTSTATUS FSP_WQ_REQUEST_WORK( typedef NTSTATUS FSP_WQ_REQUEST_WORK(
PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp, PDEVICE_OBJECT DeviceObject, PIRP Irp, PIO_STACK_LOCATION IrpSp,