summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2025-06-11 12:44:11 +0100
committerDavid Sterba <dsterba@suse.com>2025-07-21 23:58:02 +0200
commit22b609768cfb639095af4bfc0d8ea10aa3b3eda1 (patch)
treeee57e75cbc8a46dc3ccf2825af6937aa41cb922b /tools/perf/scripts/python/export-to-sqlite.py
parent790b88c4dd3b5cf28a52280c1c5d10865266f0a5 (diff)
btrfs: make free_space_test_bit() return a boolean instead
The function returns the result of another function that returns a boolean (extent_buffer_test_bit()), and all the callers need is a boolean an not an integer. So change its return type from int to bool, and modify the callers to store results in booleans instead of integers, which also makes them simpler. Reviewed-by: Boris Burkov <boris@bur.io> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions