aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-03-21 11:13:38 +0000
committerDavid Sterba <[email protected]>2023-04-17 18:01:18 +0200
commit5c1f2c6bca8b51b38f6263ece354e9c74c2627d3 (patch)
tree8216609c3d13d1555729257e9f69cf19c04cf20d /tools/perf/scripts/python/bin/stackcollapse-report
parent4e0527deb31191b300380c98fb80757eb591f6f1 (diff)
btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes()
At btrfs_delayed_refs_rsv_refill(), we are passing a value of 0 to the 'update_size' argument of btrfs_block_rsv_add_bytes(), which is defined as a boolean. Functionally this is fine because a 0 is, implicitly, converted to a boolean false value. However it's easier to read an explicit 'false' value, so just pass 'false' instead of 0. Reviewed-by: Josef Bacik <[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/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions