]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: use realtime refcount btree data to check block types
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:58:30 +0000 (11:58 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 16 Aug 2024 21:57:44 +0000 (14:57 -0700)
commite30b18aa41a43c0a65b6e3fe2e67a2adfaeb98e9
tree103ee4d5dc8474854cb553e877ec8d53391ec40a
parent89ea026b8c2f5c167b5edfb549617f304b9fe395
xfs_repair: use realtime refcount btree data to check block types

Use the realtime refcount 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/rt.h
repair/scan.c
repair/scan.h