]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitad028226a19743b5c0c5e1c2d0a8cb98ce496a15
treee442547c018d5b5a7b1447da4591f52cf636167a
parent5332407276c5c1491d619bcde80e0c668d021425
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