diff options
author | Jason Yan <[email protected]> | 2022-09-16 22:15:26 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-09-30 23:46:54 -0400 |
commit | c8267c51425abd4f75d0ad07c4d3ee748908e2f8 (patch) | |
tree | 2da50135cddbb655cef8f8034031a10bb6b160a4 /lib/overflow_kunit.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 <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'lib/overflow_kunit.c')
0 files changed, 0 insertions, 0 deletions