diff options
author | Filipe Manana <[email protected]> | 2024-03-13 12:49:31 +0000 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-03-26 16:42:38 +0100 |
commit | 4dc1d69c2b101eee0bf071187794ffed2f9c2596 (patch) | |
tree | 80395e7e01fe64059cdc2b605ee674baf25eb5ac /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 8a565ec04d6c43f330e7401e5af3458431b29bc6 (diff) |
btrfs: fix warning messages not printing interval at unpin_extent_range()
At unpin_extent_range() we print warning messages that are supposed to
print an interval in the form "[X, Y)", with the first element being an
inclusive start offset and the second element being the exclusive end
offset of a range. However we end up printing the range's length instead
of the range's exclusive end offset, so fix that to avoid having confusing
and non-sense messages in case we hit one of these unexpected scenarios.
Fixes: 00deaf04df35 ("btrfs: log messages at unpin_extent_range() during unexpected cases")
Reviewed-by: Qu Wenruo <[email protected]>
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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions