sys: FspIopPostWorkRequestBestEffort

This commit is contained in:
Bill Zissimopoulos
2016-01-05 16:24:10 -08:00
parent bd5b1e59c1
commit 0bfd946edb
5 changed files with 19 additions and 9 deletions

View File

@ -94,7 +94,11 @@ static NTSTATUS FspFsvolCleanup(
* from our perspective, because they mean that the file system is going
* away and should correctly tear things down.
*/
return STATUS_PENDING;
if (FspIoqPostIrpNoCap(FsvolDeviceExtension->Ioq, Irp, 0))
return STATUS_PENDING;
else
return STATUS_SUCCESS;
}
VOID FspFsvolCleanupComplete(