diff options
| author | Kemeng Shi <[email protected]> | 2023-08-26 17:47:09 +0000 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2023-10-06 02:32:15 +0000 |
| commit | 70cbfd257995b3f23c2408fd893cc18b61e58b4a (patch) | |
| tree | 5485f97ca302b736d29e2f6ffb837cc161e38928 /fs/ext4/fast_commit.c | |
| parent | ext4: remove EXT4FS_DEBUG defination in resize.c (diff) | |
| download | kernel-70cbfd257995b3f23c2408fd893cc18b61e58b4a.tar.gz kernel-70cbfd257995b3f23c2408fd893cc18b61e58b4a.zip | |
ext4: use saved local variable sbi instead of EXT4_SB(sb)
We save EXT4_SB(sb) to local variable sbi at beginning of function
ext4_resize_begin. Use sbi directly instead of EXT4_SB(sb) to
remove unnecessary pointer dereference.
Signed-off-by: Kemeng Shi <[email protected]>
Reviewed-by: Theodore Ts'o <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
