diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-26 16:29:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-27 10:09:12 -0600 |
commit | e04d137231f2e9e14708a32448c879125b8e308f (patch) | |
tree | 7a36a8ffce9be20965e0280db98c8ad5e03d80e3 /drivers/fpga/intel_sdm_mb.c | |
parent | 2ca1398a5ece8d33d8feb6b410e6e38588b5d2bc (diff) |
Revert "ext4fs: Fix: Read outside partition error"
The issue here is that the function read_allocated_block() will report
problems via a negative return value. If we say the return value is
stored in an lbaint_t that can no longer happen (and Coverity discovered
this by reporting a no effect comparison and then dead code). The
problem being fixed by allowing for storing a larger block number will
have to be solved in some other manner.
This reverts commit df2ed552f0b05591090369a7fe7ddc92439dea5c.
Addresses-Coverity-ID: 131183
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/fpga/intel_sdm_mb.c')
0 files changed, 0 insertions, 0 deletions