xfs: consolidate realtime allocation arguments
authorDave Chinner <dchinner@redhat.com>
Mon, 16 Oct 2023 16:54:19 +0000 (09:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Oct 2023 23:53:00 +0000 (16:53 -0700)
commit41f33d82cfd310e344fc9183f02cc9e0d2d27663
treebd3dfbbed928bddaa3531d8b7a278af9b113fb6a
parent663b8db7b0256b81152b2f786e45ecf12bdf265f
xfs: consolidate realtime allocation arguments

Consolidate the arguments passed around the rt allocator into a
struct xfs_rtalloc_arg similar to how the btree allocator arguments
are consolidated in a struct xfs_alloc_arg....

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
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
fs/xfs/xfs_rtalloc.c