summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-sqlite-report
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2025-06-11 14:44:11 +0300
committerDavid Sterba <dsterba@suse.com>2025-07-22 00:58:02 +0300
commit22b609768cfb639095af4bfc0d8ea10aa3b3eda1 (patch)
treeee57e75cbc8a46dc3ccf2825af6937aa41cb922b /tools/perf/scripts/python/bin/export-to-sqlite-report
parent790b88c4dd3b5cf28a52280c1c5d10865266f0a5 (diff)
downloadlinux-22b609768cfb639095af4bfc0d8ea10aa3b3eda1.tar.xz
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/bin/export-to-sqlite-report')
0 files changed, 0 insertions, 0 deletions