]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: remove the old rmap collection slabs
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:18 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:42 +0000 (11:37 -0700)
commit47307ecef44599b2caf0546c7e518b544e14d9c8
tree18ddbef4b3317fc992ab4d7b0058026609bf9dff
parent52eb64bd2d6ab6e4a6aff26533566681fdf0083b
xfs_repair: remove the old rmap collection slabs

Now that we've switched the offline repair code to use an in-memory
rmap btree for everything except recording the rmaps for the newly
generated per-AG btrees, get rid of all the old code.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/dinode.c
repair/phase4.c
repair/rmap.c
repair/rmap.h
repair/scan.c