]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25b08e3ec70a6154d64274487927de27426aba30
tree11795ab514648fd4e5f814420e8ff4793215a6ba
parent19eb98272bc59146b29ba6e07ebbf1437b6fed75
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