commit | edc09b528628afb50904106f36de182a00e7eb40 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:41 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:25 2017 -0700 |
tree | 14b7e5bd549ff97517e37d3299ab7893b328de52 | |
parent | c7e693d9836c003150fef80be40a06e1f2e65d0c [diff] [blame] |
xfs: scrub refcount btrees Plumb in the pieces necessary to check the refcount btree. If rmap is available, check the reference count by performing an interval query against the rmapbt. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 61fb281..77d5dcb 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile
@@ -148,6 +148,7 @@ btree.o \ common.o \ ialloc.o \ + refcount.o \ rmap.o \ scrub.o \ )