aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-06-30 16:03:48 +0100
committerDavid Sterba <[email protected]>2023-08-21 14:52:12 +0200
commit46d81ebd4a521797481ef193397c099eaf97e83f (patch)
tree3b721b58c7baff6d480c73d8515ece7795f2cca5 /tools/perf/scripts/python/bin/stackcollapse-report
parentaec5716c3e51a34ae8d98d287613b219ba267105 (diff)
btrfs: make btrfs_destroy_pinned_extent() return void
Currently btrfs_destroy_pinned_extent() is always returning 0 no matter what and its caller ignores its return value (as well everything up in the call chain). This is because this is called in the transaction abort path, where we can't even deal with any errors since we are in a critical situation already and cleanup of resources is done in a best effort fashion. So make btrfs_destroy_pinned_extent() return void. 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