summaryrefslogtreecommitdiff
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-02-19 17:01:46 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2020-06-01 21:16:31 -0700
commitaabda091613e744d18b00944980c047c3582cc9d (patch)
tree73f377b0d5dbd514a255174fdceab4282659ba3e /fs/xfs/Makefile
parent909d31bcf2adcfb6b0a9328940c844744b526d00 (diff)
xfs: repair damaged symlinksrepair-inodes_2020-06-01
Repair inconsistent symbolic link data. 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 9cd01a2caf11..9a6e2270f8a8 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -176,6 +176,7 @@ xfs-y += $(addprefix scrub/, \
inode_repair.o \
refcount_repair.o \
repair.o \
+ symlink_repair.o \
)
endif
endif