fs: ext4: remove unnecessarily clever file read
ext4fs_read_file() tries to tries to bundle contiguous block reads into
longer reads from the device. In barebox we cache in the block layer
already, so this is unnecessary. Simplify the code by removing the
bundled reads.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b1e22e2 commit ed04267cdfa621537315c96af8eab207b6042019
@Sascha Hauer Sascha Hauer authored on 29 Oct 2019
Showing 1 changed file
View
fs/ext4/ext4fs.c