]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: check for mergeable refcount records
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 22:14:36 +0000 (15:14 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 26 Oct 2016 23:41:08 +0000 (16:41 -0700)
commit7f168643f47146150654aa0593c9b47b766ea26b
tree835e6dbf99144b404237411cf15f719938dd5400
parent7ba02033425eb9c115600974789cb65c5295742f
xfs_repair: check for mergeable refcount records

Make sure there aren't adjacent refcount records that could be merged;
this is a sign that the refcount tree algorithms aren't working
correctly.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
repair/scan.c