aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2020-11-13 09:29:40 +0200
committerDavid Sterba <[email protected]>2020-12-08 15:54:13 +0100
commit95b982de37473a99add60c9e68b12d54354f1da7 (patch)
tree98a97506f2f95abebda62072dcb80e3fc28739b3 /tools/perf/scripts/python/bin
parentd5286a92ea76a124d6cfa1e261394da858125d99 (diff)
btrfs: simplify return values in setup_nodes_for_search
The function is needlessly convoluted. Fix that by: * removing redundant sret variable definition in both if arms * replace the again/done labels with direct return statements, the function is short enough and doesn't do anything special upon exit * remove BUG_ON on split_node returning a positive number - it can't happen as split_node returns either 0 or a negative error code. Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Nikolay Borisov <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions