]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: verify on-disk rmap btrees with in-memory btree data
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:18 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:42 +0000 (11:37 -0700)
commit0a89f4dccd34b64678906916a19636c2b19b6da7
tree2bf0cadc20f4bceb60614d8610e335ddac51e1cb
parent6de18ea1bf1b50835da080c711a1d9fe4eed41c1
xfs_repair: verify on-disk rmap btrees with in-memory btree data

Check the on-disk reverse mappings with the observations we've recorded
in the in-memory btree during the filesystem walk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/rmap.c