1
0
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:
Bo Branten
2026-02-15 18:19:26 +01:00
parent a6a4b7c1ed
commit a2531ee9f8

View File

@@ -747,14 +747,6 @@ Ext2ReadFile(IN PEXT2_IRP_CONTEXT IrpContext)
IrpContext->Irp = Irp = NULL;
__leave;
}
Irp = IrpContext->Irp;
ASSERT(Irp);
Status = Irp->IoStatus.Status;
if (!NT_SUCCESS(Status)) {
Ext2NormalizeAndRaiseStatus(IrpContext, Status);
}
}
Irp->IoStatus.Information = ReturnedLength;