summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:37 +0200
committerDarrick J. Wong2017-10-27 00:38:24 +0200
commit537964bceb9a4c9e39a16a83042b80986d373453 (patch)
treefe0cd0e6c1db0d9854f6bf56118a95b36117d238 /fs/xfs/Makefile
parentxfs: create helpers to record and deal with scrub problems (diff)
downloadkernel-qcow2-linux-537964bceb9a4c9e39a16a83042b80986d373453.tar.gz
kernel-qcow2-linux-537964bceb9a4c9e39a16a83042b80986d373453.tar.xz
kernel-qcow2-linux-537964bceb9a4c9e39a16a83042b80986d373453.zip
xfs: create helpers to scrub a metadata btree
Create helper functions and tracepoints to deal with errors while scrubbing a metadata btree. 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 924ad45e7442..363961576194 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -143,6 +143,7 @@ ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y)
xfs-y += $(addprefix scrub/, \
trace.o \
+ btree.o \
common.o \
scrub.o \
)