Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ext4: treat buffers contining write errors as valid in ext4_sb_bread()
In commit 7963e5a ("ext4: treat buffers with write errors as containing valid data") we missed changing ext4_sb_bread() to use ext4_buffer_uptodate(). So fix this oversight. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
- Loading branch information