]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: move the tagged perag lookup helpers to xfs_icache.c
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Aug 2024 04:08:38 +0000 (07:08 +0300)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:37:43 +0000 (10:07 +0530)
commitf48f0a8e00b67028d4492e7656b346fa0d806570
tree6ddb464760cc94f3de26d84cecd7c8e6247a2067
parent4ef7c6d39dc72dae983b836c8b2b5de7128c0da3
xfs: move the tagged perag lookup helpers to xfs_icache.c

The tagged perag helpers are only used in xfs_icache.c in the kernel code
and not at all in xfsprogs.  Move them to xfs_icache.c in preparation for
switching to an xarray, for which I have no plan to implement the tagged
lookup functions for userspace.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/libxfs/xfs_ag.h
fs/xfs/xfs_icache.c