aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2023-03-04 01:21:18 +0800
committerTheodore Ts'o <[email protected]>2023-04-06 01:13:12 -0400
commit3a037b1b889745b32c37d876223c7692721e8e95 (patch)
treecf8d8eb95abf75f3cf2fd4184176fcb682db0316 /tools/perf/scripts/python/task-analyzer.py
parentfb28f9ceec5622803e189a6ced7fdf26b7f17e7f (diff)
ext4: remove repeat assignment to ac_f_ex
Call trace to assign ac_f_ex: ext4_mb_use_best_found ac->ac_f_ex = ac->ac_b_ex; ext4_mb_new_preallocation ext4_mb_new_group_pa ac->ac_f_ex = ac->ac_b_ex; ext4_mb_new_inode_pa ac->ac_f_ex = ac->ac_b_ex; Actually allocated blocks is already stored in ac_f_ex in ext4_mb_use_best_found, so there is no need to assign ac_f_ex in ext4_mb_new_group_pa and ext4_mb_new_inode_pa. Just remove repeat assignment to ac_f_ex in ext4_mb_new_group_pa and ext4_mb_new_inode_pa. Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Ojaswin Mujoo <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions