diff options
author | 2023-12-18 05:57:25 +0100 | |
---|---|---|
committer | 2023-12-22 11:18:12 +0530 | |
commit | a3e48f68b5f4bc83cdded35be2c4c3cc23eb9e19 (patch) | |
tree | 3d85ceb30f40aa34ea5b07e0c6068f314f8b8d72 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: indicate if xfs_bmap_adjacent changed ap->blkno (diff) | |
download | wireguard-linux-a3e48f68b5f4bc83cdded35be2c4c3cc23eb9e19.tar.xz wireguard-linux-a3e48f68b5f4bc83cdded35be2c4c3cc23eb9e19.zip |
xfs: cleanup picking the start extent hint in xfs_bmap_rtalloc
Clean up the logical in xfs_bmap_rtalloc that tries to find a rtextent
to start the search from by using a separate variable for the hint, not
calling xfs_bmap_adjacent when we want to ignore the locality and avoid
an extra roundtrip converting between block numbers and RT extent
numbers.
As a side-effect this doesn't pointlessly call xfs_rtpick_extent and
increment the start rtextent hint if we are going to ignore the result
anyway.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions