summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-09-01 10:45:55 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-10-22 16:40:37 -0700
commit380212e0ce5191961005728cdd67a07358f3ec14 (patch)
tree9bc3be34217d21b5e275207fb3219b1dd6affc0e /fs/xfs/Makefile
parentebbf385a912f3d1e5c13d7e33101e8aefb300f15 (diff)
xfs: repair damaged symlinksrepair-inodes_2021-10-22
Repair inconsistent symbolic link data. 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 c9f62877fc18..dc0ef376244d 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -174,6 +174,7 @@ xfs-y += $(addprefix scrub/, \
inode_repair.o \
refcount_repair.o \
repair.o \
+ symlink_repair.o \
)
endif
endif