sys: read/write testing

This commit is contained in:
Bill Zissimopoulos
2016-03-09 14:42:29 -08:00
parent 01cca2c144
commit d9f4382225
2 changed files with 1 additions and 5 deletions

View File

@ -74,7 +74,7 @@ static VOID FspWqWorkRoutine(PVOID Context)
IoSetTopLevelIrp(Irp);
Result = WorkRoutine(IrpSp->DeviceObject, Irp, IrpSp, FALSE);
Result = WorkRoutine(IrpSp->DeviceObject, Irp, IrpSp, TRUE);
if (STATUS_PENDING != Result)
{
DEBUGLOGIRP(Irp, Result);