xfs: simplify rt bitmap/summary block accessor functions
authorDarrick J. Wong <djwong@kernel.org>
Wed, 18 Oct 2023 17:28:10 +0000 (10:28 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 19 Oct 2023 15:33:42 +0000 (08:33 -0700)
commite2cf427c91494ea0d1173a911090c39665c5fdef
treef58eb720f2329b6a3386cd1b4f11426ce3b4d074
parent5b1d0ae9753f0654ab56c1e06155b3abf2919d71
xfs: simplify rt bitmap/summary block accessor functions

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>
fs/xfs/libxfs/xfs_rtbitmap.c
fs/xfs/libxfs/xfs_rtbitmap.h
fs/xfs/scrub/rtsummary.c