]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: compute refcount data from in-memory rmap btrees
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)
commit2c8006e00ac46542ccfe0c65a741a193622d12cf
tree964ccb98a736ed85759882b26d630723d64277af
parent0a89f4dccd34b64678906916a19636c2b19b6da7
xfs_repair: compute refcount data from in-memory rmap btrees

Use the in-memory rmap btrees to compute the reference count
information.  Convert the bag implementation to hold actual records
instead of pointers to slab objects.

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