xfs: pass perag to xfs_alloc_put_freelist
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jul 2022 09:08:08 +0000 (19:08 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 7 Jul 2022 09:08:08 +0000 (19:08 +1000)
commit8c392eb27f7a98e403658d066e387c7b1c604f2b
tree56a562b1a8e58cfd6c573aafc9dab65fe61fa6d6
parent49f0d84ec1db5bd46dcf3796fc792fce74ff25a3
xfs: pass perag to xfs_alloc_put_freelist

It's available in all callers, so pass it in so that the perag can
be passed further down the stack.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc.h
fs/xfs/libxfs/xfs_alloc_btree.c
fs/xfs/libxfs/xfs_rmap_btree.c
fs/xfs/scrub/repair.c