]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fold ext4_data_block_valid_rcu() into the caller
authorJan Kara <jack@suse.cz>
Tue, 28 Jul 2020 13:04:35 +0000 (15:04 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 7 Aug 2020 18:12:36 +0000 (14:12 -0400)
commit0d46f1d3947e3171f42ccfae9d0171701e8af81b
tree778883d00119ff8d9a53e1a4c6587e610592e682
parent10ccb199a8bb33797dda63939911d079cbda9334
ext4: fold ext4_data_block_valid_rcu() into the caller

After the previous patch, ext4_data_block_valid_rcu() has a single
caller. Fold it into it.

Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200728130437.7804-5-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/block_validity.c