sys: FspFsvolCreateRetryComplete

This commit is contained in:
Bill Zissimopoulos
2016-01-26 20:43:51 -08:00
parent 79a6539caa
commit e86f4b0836
3 changed files with 35 additions and 38 deletions

View File

@ -594,9 +594,7 @@ NTSTATUS FspVolumeTransact(
PendingIrpRequest = FspIrpRequest(PendingIrp);
Result = FspIopDispatchPrepare(PendingIrp, PendingIrpRequest);
if (FSP_STATUS_COMPLETED == Result)
;
else if (STATUS_PENDING == Result)
if (STATUS_PENDING == Result)
{
/*
* The IRP has been reposted to our Ioq. Remember the first such IRP,