sys: FspIopRetryCompleteIrp() and related changes

This commit is contained in:
Bill Zissimopoulos
2016-01-27 13:41:37 -08:00
parent eda129ae81
commit acf1b453fc
6 changed files with 71 additions and 77 deletions

View File

@ -548,7 +548,8 @@ NTSTATUS FspVolumeTransact(
if (0 == RetriedIrp)
break;
Result = FspIopDispatchRetryComplete(RetriedIrp);
Response = FspIopIrpResponse(RetriedIrp);
Result = FspIopDispatchComplete(RetriedIrp, Response);
if (STATUS_PENDING == Result)
{
/*