]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: add repair helpers for the reference count btree
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 28 Jun 2018 20:11:56 +0000 (15:11 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 28 Jun 2018 20:11:56 +0000 (15:11 -0500)
commit43e73fb0d7378151cffd4e2f13c746558f655eb4
tree82be6add9cf4c867b71d40aa3dce599ce8828f45
parentd264e39267ccc14c8ad2228c1ff8c03c8ec18433
xfs: add repair helpers for the reference count btree

Source kernel commit: 08daa3ccf541b8cc59d198daaccefae17fe565ae

Add a couple of functions to the refcount btree and generic btree code
that will be used to repair the refcountbt.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_refcount.c
libxfs/xfs_refcount.h