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)
commit4978c659e7b5c1926cdb4b556e4ca1fd2de8ad42
tree07eb6edafcf276b22ec8b33a68e0681ab28a4eb7
parent218a69441bf7f65155b96584e354f12c28b7944a
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