commit | 23ab3d33609d70ebe9781a368b326d1e69f0d43a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:46 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Jun 12 11:46:00 2024 -0700 |
tree | 2bf0cadc20f4bceb60614d8610e335ddac51e1cb | |
parent | 69161c0cd3c84752e7dfadf3e178ed23cc26706f [diff] |
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>