mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspIrpDeleteRequest
This commit is contained in:
@ -257,6 +257,9 @@ static NTSTATUS FspFsvolReadNonCached(
|
||||
/* convert FileNode to shared */
|
||||
FspFileNodeConvertExclusiveToShared(FileNode, Full);
|
||||
|
||||
/* delete any work item if present! */
|
||||
FspIrpDeleteRequest(Irp);
|
||||
|
||||
/* create request */
|
||||
Result = FspIopCreateRequestEx(Irp, 0, 0, FspFsvolReadNonCachedRequestFini, &Request);
|
||||
if (!NT_SUCCESS(Result))
|
||||
|
Reference in New Issue
Block a user