ext4: rename journal_dev to s_journal_dev inside ext4_sb_info
authorChunguang Xu <brookxu@tencent.com>
Thu, 24 Sep 2020 03:03:42 +0000 (11:03 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Oct 2020 14:36:59 +0000 (10:36 -0400)
commitee7ed3aa0f08621dbf897d2a98dc6f2c7e7d0335
treee442547c018d5b5a7b1447da4591f52cf636167a
parent15a119e09344a346384ec05c781c126a29b18235
ext4: rename journal_dev to s_journal_dev inside ext4_sb_info

Rename journal_dev to s_journal_dev inside ext4_sb_info, keep
the naming rules consistent with other variables, which is
convenient for code reading and writing.

Signed-off-by: Chunguang Xu <brookxu@tencent.com>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/1600916623-544-1-git-send-email-brookxu@tencent.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/fsmap.c
fs/ext4/super.c