aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLiu Bo <[email protected]>2018-05-18 11:00:19 +0800
committerDavid Sterba <[email protected]>2018-05-30 16:46:44 +0200
commitca19b4a69962fa850d5a22aa7a335106fcba0473 (patch)
tree496ae6ca6bb880e10b2743443636e0e6c5d45421 /tools/perf/scripts/python/export-to-sqlite.py
parent4ca616832783ce6563b59b2d4764fdbb272e0362 (diff)
Btrfs: remove superfluous free_extent_buffer in read_block_for_search
read_block_for_search() can be simplified as: tmp = find_extent_buffer(); if (tmp) return; ... free_extent_buffer(); read_tree_block(); Apparently, @tmp must be NULL at this point, free_extent_buffer() is not needed. Signed-off-by: Liu Bo <[email protected]> Reviewed-by: Qu Wenruo <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions