diff options
author | 2022-09-16 22:15:26 +0800 | |
---|---|---|
committer | 2022-09-30 23:46:54 -0400 | |
commit | c8267c51425abd4f75d0ad07c4d3ee748908e2f8 (patch) | |
tree | 2da50135cddbb655cef8f8034031a10bb6b160a4 /scripts/generate_rust_analyzer.py | |
parent | ext4: unify the ext4 super block loading operation (diff) | |
download | linux-dev-c8267c51425abd4f75d0ad07c4d3ee748908e2f8.tar.xz linux-dev-c8267c51425abd4f75d0ad07c4d3ee748908e2f8.zip |
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 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions