]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: simplify rt bitmap/summary block accessor functions
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Feb 2024 08:27:53 +0000 (09:27 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commit93b4decb38f19be0c804f4dbaab07bc7fbf56790
tree1a8aae70172b571f11b399ca8d56429ff7fbc90e
parentae39121873ae8adedffd065a126b389d59cae10b
xfs: simplify rt bitmap/summary block accessor functions

Source kernel commit: e2cf427c91494ea0d1173a911090c39665c5fdef

Simplify the calling convention of these functions since the
xfs_rtalloc_args structure contains the parameters we need.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h