aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorKemeng Shi <[email protected]>2023-03-04 01:21:11 +0800
committerTheodore Ts'o <[email protected]>2023-04-06 01:13:11 -0400
commitaaae558dae6f804407a50e0eaf66c93b46b9a493 (patch)
tree6a9ecbf0b5197fcfb35b4ad63444aa531c887bac /tools/perf/scripts/python/bin/stackcollapse-report
parent285164b80175157c18a06425cf25591c9f942b1a (diff)
ext4: remove unnecessary check in ext4_mb_new_blocks
1. remove unnecessary ac check: We always go to out tag before ac is successfully allocated, then we can move out tag after free of ac and remove NULL check of ac. 2. remove unnecessary *errp check: We always go to errout tag if *errp is non-zero, then we can move errout tag into error handle if *errp is non-zero. 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/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions