]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: check new rtbitmap records against rt refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:44 +0000 (11:49 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Sep 2024 21:01:12 +0000 (14:01 -0700)
commita013ac7f5ac59cdac7086527dd552ff1ca03ab80
tree11b2f07ae9a8785d2670b8919fbc2f77e64b9210
parentd1b34afc00e7dc16fbb2f0f68668e7ac0b7a4358
xfs: check new rtbitmap records against rt refcount btree

When we're rebuilding the realtime bitmap, check the proposed free
extents against the rt refcount btree to make sure we don't commit any
grievous errors.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/scrub/repair.c
fs/xfs/scrub/rtbitmap_repair.c