mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2026-03-16 05:10:37 -05:00
removed a few lines of code that could never be reached because of the logic
This commit is contained in:
@@ -747,14 +747,6 @@ Ext2ReadFile(IN PEXT2_IRP_CONTEXT IrpContext)
|
|||||||
IrpContext->Irp = Irp = NULL;
|
IrpContext->Irp = Irp = NULL;
|
||||||
__leave;
|
__leave;
|
||||||
}
|
}
|
||||||
|
|
||||||
Irp = IrpContext->Irp;
|
|
||||||
ASSERT(Irp);
|
|
||||||
Status = Irp->IoStatus.Status;
|
|
||||||
|
|
||||||
if (!NT_SUCCESS(Status)) {
|
|
||||||
Ext2NormalizeAndRaiseStatus(IrpContext, Status);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Irp->IoStatus.Information = ReturnedLength;
|
Irp->IoStatus.Information = ReturnedLength;
|
||||||
|
|||||||
Reference in New Issue
Block a user