summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:38 +0200
committerDarrick J. Wong2017-10-27 00:38:24 +0200
commit21fb4cb1981ef7e02f35a42b2a5ae619517dfe1b (patch)
tree5c1adb6c97d3161cd876f2b7dcc76364792e2f20 /fs/xfs/Makefile
parentxfs: create helpers to scan an allocation group (diff)
downloadkernel-qcow2-linux-21fb4cb1981ef7e02f35a42b2a5ae619517dfe1b.tar.gz
kernel-qcow2-linux-21fb4cb1981ef7e02f35a42b2a5ae619517dfe1b.tar.xz
kernel-qcow2-linux-21fb4cb1981ef7e02f35a42b2a5ae619517dfe1b.zip
xfs: scrub the secondary superblocks
Ensure that the geometry presented in the backup superblocks matches the primary superblock so that repair can recover the filesystem if that primary gets corrupted. 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 363961576194..98b9f9c668b6 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 \
+ agheader.o \
btree.o \
common.o \
scrub.o \