aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMisono Tomohiro <[email protected]>2018-08-30 10:59:16 +0900
committerDavid Sterba <[email protected]>2018-10-15 17:23:29 +0200
commit380fd06640a7afe972e45310012c3e22d9c4783d (patch)
tree14faf5bdb339dc3283d7de040ac14ca106ce9d55 /tools/perf/scripts/python
parente49aabd973fd0b3e8e949bd9e7e05acbb9008244 (diff)
btrfs: remove redundant variable from btrfs_cross_ref_exist
Since commit d7df2c796d7e ("Btrfs attach delayed ref updates to delayed ref heads"), check_delayed_ref() won't return -ENOENT. In btrfs_cross_ref_exist(), two variables 'ret' and 'ret2' are originally used to handle -ENOENT error case. Since the code is not needed anymore, let's just remove 'ret2'. Signed-off-by: Misono Tomohiro <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions