summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-10-18 07:37:40 +0300
committerDarrick J. Wong <darrick.wong@oracle.com>2017-10-27 01:38:25 +0300
commitefa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc (patch)
treed133547af1f14377606a6eee2ddcf23b9217e660 /fs/xfs/Makefile
parenta12890aebb895951720ff884eab1c99a30645b29 (diff)
downloadlinux-efa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc.tar.xz
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 \