]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: use realtime rmap btree data to check block types
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:23 +0000 (14:22 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:50 +0000 (13:53 +0200)
commit427eb31d6291acdf574cf491b58f56bdc0135e5c
treeadd8d63a95741f0210887129718af9477e31ebaf
parent353ec6ea4d0232c3edb4d936208670164588ef2f
xfs_repair: use realtime rmap btree data to check block types

Use the realtime rmap btree to pre-populate the block type information
so that when repair iterates the primary metadata, we can confirm the
block type.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/dinode.c
repair/rmap.c
repair/rmap.h
repair/scan.c
repair/scan.h