summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-03-12 14:49:02 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2020-06-24 18:12:20 -0700
commitb0f907567458aeb3f3776ebced291c0bacbf9750 (patch)
tree21fa216b2108c1a23bf85e0687a57c7e653090fc /fs/xfs/Makefile
parentb4a8e309923630d5b42c0bee70e6dfd066ba862b (diff)
xfs: online repair of realtime summariesrepair-fsfile-metadata_2020-06-24
Repair the online summary data. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index 52c9cf0eaecd..c457366d5060 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -179,5 +179,9 @@ xfs-y += $(addprefix scrub/, \
repair.o \
symlink_repair.o \
)
+
+xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
+ rtsummary_repair.o \
+ )
endif
endif