]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:36 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:07 +0000 (13:06 -0800)
commita5542712f98341927f646b790b367b72c7d614c5
tree021de1c8bdfdf0adf48ecdd7ac3bf314638eda27
parent037a44d8277adfd9e9097ea9d1bf99089aa14b39
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/bmap.c