ext4: use common helpers in all places reading metadata buffers
authorzhangyi (F) <yi.zhang@huawei.com>
Thu, 24 Sep 2020 07:33:33 +0000 (15:33 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Oct 2020 14:37:14 +0000 (10:37 -0400)
commit2d069c0889ef0decda7af6ecbdc63b680b767749
tree11795ab514648fd4e5f814420e8ff4793215a6ba
parentfa491b14cd9586ad703606ef0155cd43459d2b32
ext4: use common helpers in all places reading metadata buffers

Revome all open codes that read metadata buffers, switch to use
ext4_read_bh_*() common helpers.

Signed-off-by: zhangyi (F) <yi.zhang@huawei.com>
Suggested-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200924073337.861472-4-yi.zhang@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/indirect.c
fs/ext4/inode.c
fs/ext4/mmp.c
fs/ext4/move_extent.c
fs/ext4/resize.c
fs/ext4/super.c