summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2019-04-16 17:22:00 +0200
committerDarrick J. Wong2019-04-16 19:01:57 +0200
commit4860a05d2475d6f50de79f168beb893cc0066a6e (patch)
tree197f1c3f82a1efc399c8f4048ac3c8480ae90b0c /fs/xfs/Makefile
parentxfs: hoist the already_fixed variable to the scrub context (diff)
downloadkernel-qcow2-linux-4860a05d2475d6f50de79f168beb893cc0066a6e.tar.gz
kernel-qcow2-linux-4860a05d2475d6f50de79f168beb893cc0066a6e.tar.xz
kernel-qcow2-linux-4860a05d2475d6f50de79f168beb893cc0066a6e.zip
xfs: scrub/repair should update filesystem metadata health
Now that we have the ability to track sick metadata in-core, make scrub and repair update those health assessments after doing work. 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 786379c143f4..b20964e26a22 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -143,6 +143,7 @@ xfs-y += $(addprefix scrub/, \
common.o \
dabtree.o \
dir.o \
+ health.o \
ialloc.o \
inode.o \
parent.o \