u-boot/fs/ext4
Tom Rini e04d137231 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 df2ed552f0.

Addresses-Coverity-ID: 131183
Signed-off-by: Tom Rini <trini@konsulko.com>
2025-05-27 10:09:12 -06:00
..
dev.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ext4_common.c fs: ext4: use fs_ls_generic 2024-11-01 13:37:58 -06:00
ext4_common.h ext4: Fix zalloc() 2024-08-15 16:14:36 -06:00
ext4_journal.c Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" 2024-05-20 13:35:03 -06:00
ext4_journal.h ext4: add support for filesystems without JOURNAL 2019-07-18 11:31:24 -04:00
ext4_write.c ext4: Improve feature checking 2024-08-15 14:35:15 -06:00
ext4fs.c Revert "ext4fs: Fix: Read outside partition error" 2025-05-27 10:09:12 -06:00
Kconfig EXT4: add CRC16 dependency 2025-05-23 08:01:15 -06:00
Makefile fs: ext4: Use CRC-16 implementation from linux/crc16.h 2022-04-21 14:32:40 -04:00