summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:41 +0200
committerDarrick J. Wong2017-10-27 00:38:25 +0200
commitedc09b528628afb50904106f36de182a00e7eb40 (patch)
tree14b7e5bd549ff97517e37d3299ab7893b328de52 /fs/xfs/Makefile
parentxfs: scrub rmap btrees (diff)
downloadkernel-qcow2-linux-edc09b528628afb50904106f36de182a00e7eb40.tar.gz
kernel-qcow2-linux-edc09b528628afb50904106f36de182a00e7eb40.tar.xz
kernel-qcow2-linux-edc09b528628afb50904106f36de182a00e7eb40.zip
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>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 61fb2814659c..77d5dcb4d0c1 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -148,6 +148,7 @@ xfs-y += $(addprefix scrub/, \
btree.o \
common.o \
ialloc.o \
+ refcount.o \
rmap.o \
scrub.o \
)