| commit | c94e34bfcfc046a450e421ce2cb2d08f741776db | [log] [tgz] |
|---|---|---|
| author | Christoph Hellwig <hch@lst.de> | Wed Jul 03 14:21:59 2024 -0700 |
| committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:35 2024 -0700 |
| tree | 587f7a6cc155d3c299ada0c70b939781f3dfab3d | |
| parent | 199fff62b9fdff61775cb958cef0c1c1486de893 [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>