mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: complete functions may repost IRP by setting Result to STATUS_PENDING
This commit is contained in:
@ -581,7 +581,7 @@ NTSTATUS FspVolumeTransact(
|
||||
* also cancel the PendingIrp we have in our hands.
|
||||
*/
|
||||
ASSERT(FspIoqStopped(FsvolDeviceExtension->Ioq));
|
||||
FspIopCompleteIrp(PendingIrp, STATUS_CANCELLED);
|
||||
FspIopCompleteCanceledIrp(PendingIrp);
|
||||
return STATUS_CANCELLED;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user