]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe9eb3556ec661adcbf73be40b517495d5294227
tree56a562b1a8e58cfd6c573aafc9dab65fe61fa6d6
parent381be2f0f8d5e16b6245d12f646d45f91231e8f0
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