]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: pass a pag to xfs_extent_busy_{search,reuse}
authorChristoph Hellwig <hch@lst.de>
Tue, 15 Oct 2024 19:43:51 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:43 +0000 (13:44 -0700)
commit77cbc2b728d880d6c209867792fec037117ce20f
tree234553dd6dd1aeab86a5bde9f4de8629adea123b
parent963ada5f9d68b2fcc44e9ac79b197572c9a7dd0a
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>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/libxfs_priv.h
libxfs/xfs_alloc.c
libxfs/xfs_alloc_btree.c
libxfs/xfs_rmap_btree.c