aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorGravatar Darrick J. Wong <darrick.wong@oracle.com> 2017-10-17 21:37:40 -0700
committerGravatar Darrick J. Wong <darrick.wong@oracle.com> 2017-10-26 15:38:25 -0700
commitefa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc (patch)
treed133547af1f14377606a6eee2ddcf23b9217e660 /fs/xfs/Makefile
parentxfs: scrub the AGI (diff)
downloadlinux-efa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc.tar.gz
linux-efa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc.tar.bz2
linux-efa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc.zip
xfs: scrub free space btrees
Check the extent records free space btrees to ensure that the values look sane. 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 98b9f9c668b6..9cf08090a6a4 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -144,6 +144,7 @@ ifeq ($(CONFIG_XFS_ONLINE_SCRUB),y)
xfs-y += $(addprefix scrub/, \
trace.o \
agheader.o \
+ alloc.o \
btree.o \
common.o \
scrub.o \