]> 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>
Sat, 21 Sep 2024 04:20:01 +0000 (06:20 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:16 +0000 (10:48 +0200)
commit06abbd735995bd6cc28f5bf5d7f7ea2070ccb5d7
tree3d1a654009f86bbdd9db3b26578500a33ae51382
parent6ad1617b7190983b6698661fd7871d80f78bcf7b
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