jbd2: correct the printing of write_flags in jbd2_write_superblock()
authorZhang Yi <yi.zhang@huawei.com>
Wed, 29 Nov 2023 11:47:39 +0000 (19:47 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 Dec 2023 04:27:39 +0000 (23:27 -0500)
commit85559227211020b270728104c3b89918f7af27ac
tree3e6f8d6369cf410089261553a9a790da0949648c
parent2dcf5fde6dffb312a4bfb8ef940cea2d1f402e32
jbd2: correct the printing of write_flags in jbd2_write_superblock()

The write_flags print in the trace of jbd2_write_superblock() is not
real, so move the modification before the trace.

Signed-off-by: Zhang Yi <yi.zhang@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20231129114740.2686201-1-yi.zhang@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/journal.c