]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: check existing realtime rmapbt entries against observed rmaps
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:22:24 +0000 (14:22 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:50 +0000 (13:53 +0200)
commit97376b0ec37aee9dd8900eb3c85fbece7907904c
treeb251c54aaa3d721fbb044ffa3717ebf476c3e49a
parentc57fe4243b4589b9a2a18e26eb9a15c561d2e702
xfs_repair: check existing realtime rmapbt entries against observed rmaps

Once we've finished collecting reverse mapping observations from the
metadata scan, check those observations against the realtime rmap btree
(particularly if we're in -n mode) to detect rtrmapbt problems.

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