ext4: rename system_blks to s_system_blks inside ext4_sb_info
authorChunguang Xu <brookxu@tencent.com>
Thu, 24 Sep 2020 03:03:43 +0000 (11:03 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Oct 2020 14:36:59 +0000 (10:36 -0400)
commitdd0db94f305c9f5dd44d0ecc7bf29944d4867074
tree3d39c001d03a1d963b723d9aed4228f94aa93c19
parentee7ed3aa0f08621dbf897d2a98dc6f2c7e7d0335
ext4: rename system_blks to s_system_blks inside ext4_sb_info

Rename system_blks to s_system_blks 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-2-git-send-email-brookxu@tencent.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/block_validity.c
fs/ext4/ext4.h
fs/ext4/super.c