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>
Showing
- fs/ext4/balloc.c 3 additions, 5 deletionsfs/ext4/balloc.c
- fs/ext4/extents.c 1 addition, 2 deletionsfs/ext4/extents.c
- fs/ext4/ialloc.c 1 addition, 5 deletionsfs/ext4/ialloc.c
- fs/ext4/indirect.c 1 addition, 1 deletionfs/ext4/indirect.c
- fs/ext4/inode.c 14 additions, 21 deletionsfs/ext4/inode.c
- fs/ext4/mmp.c 3 additions, 7 deletionsfs/ext4/mmp.c
- fs/ext4/move_extent.c 1 addition, 1 deletionfs/ext4/move_extent.c
- fs/ext4/resize.c 1 addition, 1 deletionfs/ext4/resize.c
- fs/ext4/super.c 11 additions, 11 deletionsfs/ext4/super.c
Loading
Please register or sign in to comment