]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: directly compare refcount records
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 20 Nov 2020 22:03:29 +0000 (17:03 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 20 Nov 2020 22:03:29 +0000 (17:03 -0500)
commitc2c7b12424e0c1d691ccccbbaf18ed20c4249033
tree48db0e43a2082b2c860c522c697f3a3956abed6f
parentf0e7f9c2f8c3dc8f213aa28981172b2e817d64fc
xfs_repair: directly compare refcount records

Check that our observed refcount records have exact matches for what's
in the ondisk refcount btree, since they're supposed to match exactly.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/rmap.c