]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: consolidate realtime allocation arguments
authorDave Chinner <dchinner@redhat.com>
Thu, 15 Feb 2024 08:25:48 +0000 (09:25 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 15 Feb 2024 11:56:43 +0000 (12:56 +0100)
commitf827e51c990ce1fc8a0101ab7fb2e33872bc1da8
treee43a6ad628b3e78aef481bfb8782eacf91f79e5b
parentb16c5a811321bb3874e5c78884b412f3ab80c2d8
xfs: consolidate realtime allocation arguments

Source kernel commit: 41f33d82cfd310e344fc9183f02cc9e0d2d27663

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>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/xfs_rtbitmap.c
libxfs/xfs_rtbitmap.h