1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-22 03:52:55 -06:00

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

@@ -320,6 +320,9 @@ static NTSTATUS FspFsvolWriteNonCached(
}
}
/* delete any work item if present! */
FspIrpDeleteRequest(Irp);
/* create request */
Result = FspIopCreateRequestEx(Irp, 0, 0, FspFsvolWriteNonCachedRequestFini, &Request);
if (!NT_SUCCESS(Result))