sys: FspVolumeWork: minor bug fix

This commit is contained in:
Bill Zissimopoulos 2016-01-15 18:14:10 -08:00
parent 6d4700e0d3
commit 2341c7fd7c

View File

@ -639,7 +639,7 @@ NTSTATUS FspVolumeWork(
* so that we can disassociate the Request on failure and release ownership * so that we can disassociate the Request on failure and release ownership
* back to the caller. * back to the caller.
*/ */
if (!FspIoqPostIrpEx(FsvolDeviceExtension->Ioq, Irp, !BestEffort, &Result)) if (!FspIoqPostIrpEx(FsvolDeviceExtension->Ioq, Irp, BestEffort, &Result))
{ {
Request->Hint = 0; Request->Hint = 0;
FspIrpRequest(Irp) = 0; FspIrpRequest(Irp) = 0;