summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-22 23:33:05 +0300
committerDarrick J. Wong <djwong@kernel.org>2024-02-22 23:33:05 +0300
commit4ed080cd7cb077bbb4b64f0712be1618c9d55a0d (patch)
treeae58915d05428b70e9b0f64e1966e9a5daf28234 /fs/xfs/Makefile
parenta1f3e0cca41036c3c66abb6a2ed8fedc214e9a4c (diff)
downloadlinux-4ed080cd7cb077bbb4b64f0712be1618c9d55a0d.tar.xz
xfs: repair summary counters
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 <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
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 253744092915..ba8608f469ac 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -191,6 +191,7 @@ xfs-y += $(addprefix scrub/, \
alloc_repair.o \
bmap_repair.o \
cow_repair.o \
+ fscounters_repair.o \
ialloc_repair.o \
inode_repair.o \
newbt.o \