commit | 5a51ea2ba577e40a6116dd6e3985c0260ff2121c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Aug 07 16:03:51 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Sep 18 14:00:42 2024 -0700 |
tree | 352ed2f029bede9091e5e473684fe3d878f082e5 | |
parent | 41ce95186483db2a0c172bcb34a4ef28857d73da [diff] |
xfs: simplify xfs_rtalloc_query_range There isn't much of a good reason to pass the xfs_rtalloc_rec structures that describe extents to xfs_rtalloc_query_range as we really just want a lower and upper bound xfs_rtxnum_t. Pass the rtxnum directly and simply the interface. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>