]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()
authorJan Kara <jack@suse.cz>
Tue, 5 Nov 2019 16:44:14 +0000 (17:44 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 5 Nov 2019 21:00:47 +0000 (16:00 -0500)
commit4da7b11fd9f9ccea791777148236de4f7327e9f7
tree3a6c87df6435c68331cace73769d6597eb0dbb41
parent90a0115d974149c270bfe2b697d309e1dbb510bc
ext4: Use ext4_journal_extend() instead of jbd2_journal_extend()

Use ext4 helper ext4_journal_extend() instead of opencoding it in
ext4_try_to_expand_extra_isize().

Reviewed-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20191105164437.32602-8-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c