diff options
author | Kemeng Shi <[email protected]> | 2023-08-27 01:47:09 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2023-10-05 22:32:15 -0400 |
commit | 70cbfd257995b3f23c2408fd893cc18b61e58b4a (patch) | |
tree | 5485f97ca302b736d29e2f6ffb837cc161e38928 /tools/perf/util/trace-event-scripting.c | |
parent | 95b635689b58e0ebe5197bf99c82c681eabe17ee (diff) |
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 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions