aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-10-19 13:19:29 +0100
committerDavid Sterba <[email protected]>2023-12-15 20:27:00 +0100
commit6e5de50fc5d71e0a5fe2357c067cea752fe375d7 (patch)
tree613215016d96ee96dbcb02e7efba9640c57d4d64 /tools/perf/scripts/python
parent6000d9313f20e6587a9e5506b4ea169ed61ab686 (diff)
btrfs: use bool for return type of btrfs_block_can_be_shared()
Currently btrfs_block_can_be_shared() returns an int that is used as a boolean. Since it all it needs is to return true or false, and it can't return errors for example, change the return type from int to bool to make it a bit more readable and obvious. Reviewed-by: Anand Jain <[email protected]> Signed-off-by: Filipe Manana <[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