]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: check existing realtime refcountbt entries against observed refcounts
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:40:32 +0000 (09:40 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:47 +0000 (17:21 -0700)
commitd2ffdf85662651a19d960a2675d2b0f6b098ec92
tree52dbd0fbfd5342eafe6ad73b75c1da21e5da93a3
parent634fdb797d301140b3cedc2322591684431b2641
xfs_repair: check existing realtime refcountbt entries against observed refcounts

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

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