ext4: treat buffers contining write errors as valid in ext4_sb_bread()
mainline inclusion from mainline-5.6-rc1 commit cf2834a5 category: bugfix bugzilla: 51832 CVE: NA --------------------------- In commit 7963e5ac ("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> Conflicts: fs/ext4/super.c [we include d9befeda("ext4: clear buffer verified flag if read meta block from disk") first] Signed-off-by:
yangerkun <yangerkun@huawei.com> Reviewed-by:
zhangyi (F) <yi.zhang@huawei.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com>
Please register or sign in to comment