sys: FspIrpDeleteRequest

This commit is contained in:
Bill Zissimopoulos
2016-04-06 13:40:32 -07:00
parent f7a739381c
commit b729500d7b
6 changed files with 20 additions and 14 deletions

View File

@ -424,7 +424,7 @@ static NTSTATUS FspFsvolQueryDirectoryRetry(
/* if we have been retried reset our work item now! */
if (0 != Request)
{
FspWqDeleteIrpWorkItem(Irp);
FspIrpDeleteRequest(Irp);
Request = 0;
}