summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2019-08-30 15:45:16 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2019-10-19 10:39:14 -0700
commitd4a59354a03702d7c335b1f3385ac9cfb8c283d4 (patch)
tree856a0866c2b8a22b4b294b642743e8bd352c797e /fs/xfs/Makefile
parentf9e7bb4cf5dd5b8a54c46d90a1c96eec6f0d610a (diff)
xfs: repair summary countersrepair-hard-problems_2019-10-19
Use the same summary counter calculation infrastructure to generate new values for the in-core summary counters. The difference between the scrubber and the repairer is that the repairer will freeze the fs during setup, which means that the values should match exactly. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.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 3cff8b68637c..74073ff034ec 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -166,6 +166,7 @@ xfs-y += $(addprefix scrub/, \
bitmap.o \
blob.o \
bmap_repair.o \
+ fscounters_repair.o \
ialloc_repair.o \
inode_repair.o \
refcount_repair.o \