]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: check reference counts of gaps between rt refcount records
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:49:40 +0000 (11:49 -0700)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:29 +0000 (10:48 +0200)
commite4cdedbe934c2a41775940cb23ff8be76d2e30f4
treedc15d1a0e518459e3916353df4eb90abb53f3daf
parentb32d48759e27fe10dee90cec6316655add159679
xfs: check reference counts of gaps between rt refcount records

If there's a gap between records in the rt refcount btree, we ought to
cross-reference the gap with the rtrmap records to make sure that there
aren't any overlapping records for a region that doesn't have any shared
ownership.

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