]> 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)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 16 Jul 2024 22:49:21 +0000 (15:49 -0700)
commit2b3fc4927d80c09a00f1e2c770252d86b69e42f9
tree7caf61169bf78e188fe4cbd47548a24f9f293d4b
parentfc39ed0c90f95f9c731933c960fe40e32a0f89f1
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