]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: pass a pag to xfs_extent_busy_{search,reuse}
authorChristoph Hellwig <hch@lst.de>
Sun, 1 Sep 2024 05:10:12 +0000 (08:10 +0300)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 05:37:27 +0000 (07:37 +0200)
commit43ff5e59db9e1c20f0603dd772fe282d6d0d071c
treee5ebccb1a5732e793633a626bea086047e006436
parent76d6d7755f11f20a4bdd856ea69f8c5934403279
xfs: pass a pag to xfs_extent_busy_{search,reuse}

Replace the [mp,agno] tuple with the perag structure, which will become
more useful later.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_alloc_btree.c
fs/xfs/libxfs/xfs_rmap_btree.c
fs/xfs/xfs_discard.c
fs/xfs/xfs_extent_busy.c
fs/xfs/xfs_extent_busy.h