]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: pass perag to xfs_alloc_get_freelist
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jul 2022 09:08:01 +0000 (19:08 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 7 Jul 2022 09:08:01 +0000 (19:08 +1000)
commit381be2f0f8d5e16b6245d12f646d45f91231e8f0
tree30ec53de25a7def51d2090abe5074d03a93b1ab3
parenta67c58cb7dd73d994b5d0305e9fb6825fa29d1e2
xfs: pass perag to xfs_alloc_get_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