sys: complete functions may repost IRP by setting Result to STATUS_PENDING

This commit is contained in:
Bill Zissimopoulos
2016-01-05 14:52:02 -08:00
parent aad518ac27
commit cafa15f1e4
2 changed files with 13 additions and 4 deletions

View File

@ -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;
}