aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2023-06-28 17:31:38 +0200
committerDavid Sterba <[email protected]>2023-08-21 14:52:15 +0200
commit184aa1ffa5fdf77853488c7d7fddb113cf2e33fe (patch)
tree1174f8cf3e9e1822d02aed35980c4a094959b363 /tools/perf/scripts/python/flamegraph.py
parent6a7167bf9c9258a214bb0526bd3ecbc96db893ef (diff)
btrfs: use a separate label for the incompressible case in compress_file_range
compress_file_range can fail to compress either because of resource or alignment constraints or because the data is incompressible. In the latter case the inode is marked so that compression isn't tried again. Currently that check is based on the condition that the pages array has been allocated which is rather cryptic. Use a separate label to clearly distinguish this case. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions