]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use ext4_debug() instead of jbd_debug()
authorJan Kara <jack@suse.cz>
Wed, 8 Jun 2022 11:23:47 +0000 (13:23 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Aug 2022 03:52:19 +0000 (23:52 -0400)
commit28e1533894b02610b5e69f1262b1690fd48419b2
tree07eb6edafcf276b22ec8b33a68e0681ab28a4eb7
parent19af4f0f303d964884c8f34f42ec5e6cd52df56a
ext4: use ext4_debug() instead of jbd_debug()

We use jbd_debug() in some places in ext4. It seems a bit strange to use
jbd2 debugging output function for ext4 code. Also these days
ext4_debug() uses dynamic printk so each debug message can be enabled /
disabled on its own so the time when it made some sense to have these
combined (to allow easier common selecting of messages to report) has
passed. Just convert all jbd_debug() uses in ext4 to ext4_debug().

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Link: https://lore.kernel.org/r/20220608112355.4397-1-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4_jbd2.c
fs/ext4/fast_commit.c
fs/ext4/indirect.c
fs/ext4/inode.c
fs/ext4/orphan.c
fs/ext4/super.c