]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
authorDarrick J. Wong <djwong@kernel.org>
Fri, 9 Aug 2024 09:15:32 +0000 (11:15 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:01 +0000 (13:53 +0200)
commit2a1a95c0250b3a1e7c3f60d985ce7d00ef857c0a
tree6d3da51c844e88783130846d4af3cd5e37383ad9
parent2df106a65de0e82bfecd851e5bf5dea88f228819
xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings

Teach the bmbt scrubber how to perform a comprehensive check that the
rmapbt does not contain /any/ mappings that are not described by bmbt
records when it's dealing with a realtime file.

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