mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspIrpDeleteRequest
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user