summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 11:25:37 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-09-17 18:55:29 -0700
commit803efaa936528ec6a35e4e521cddeb440236c9d0 (patch)
tree25e7f83d5f098589f4d9d0f1fdc7affa67c9e6b8 /fs/xfs/Makefile
parente2ae66671e52f06e6dba1c0b4339897759c5e590 (diff)
xfs: teach repair to fix file nlinksscrub-nlinks_2021-09-17
Fix the nlinks now too. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
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 17fb0e9e2e9c..4c4b7556e711 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -190,6 +190,7 @@ xfs-y += $(addprefix scrub/, \
fscounters_repair.o \
ialloc_repair.o \
inode_repair.o \
+ nlinks_repair.o \
parent_repair.o \
refcount_repair.o \
repair.o \