diff options
author | Jason Yan <yanaijie@huawei.com> | 2022-09-16 22:15:26 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-09-30 23:46:54 -0400 |
commit | c8267c51425abd4f75d0ad07c4d3ee748908e2f8 (patch) | |
tree | 2da50135cddbb655cef8f8034031a10bb6b160a4 /fs/stat.c | |
parent | a7a79c292ac3776bed20d575a96194181a397125 (diff) |
ext4: remove useless local variable 'blocksize'
Since sb->s_blocksize is now initialized at the very beginning, the
local variable 'blocksize' in __ext4_fill_super() is not needed now.
Remove it and use sb->s_blocksize instead.
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20220916141527.1012715-16-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/stat.c')
0 files changed, 0 insertions, 0 deletions