summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-22 12:31:00 -0800
committerDarrick J. Wong <djwong@kernel.org>2024-02-22 12:31:00 -0800
commit6b631c60c90a1e5264bc9bcdca2c0adb492d7a62 (patch)
treeb61d8133340b4bf40345579e24bc8d5a13a45f87 /fs/xfs/Makefile
parent86a1746eea91c6db983e6ccd3f846708746e47c2 (diff)
xfs: teach repair to fix file nlinks
Fix the file link counts since we just computed the correct ones. 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 e53a26b58046..253744092915 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -194,6 +194,7 @@ xfs-y += $(addprefix scrub/, \
ialloc_repair.o \
inode_repair.o \
newbt.o \
+ nlinks_repair.o \
reap.o \
refcount_repair.o \
repair.o \