summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:45 +0200
committerDarrick J. Wong2017-10-27 00:38:26 +0200
commit2a721dbbc8bf4d76581fb073aa0d9554df56da1a (patch)
tree06ad8ca5c626eaf8d4d6f65a9cde47c066ae5f85 /fs/xfs/Makefile
parentxfs: scrub extended attributes (diff)
downloadkernel-qcow2-linux-2a721dbbc8bf4d76581fb073aa0d9554df56da1a.tar.gz
kernel-qcow2-linux-2a721dbbc8bf4d76581fb073aa0d9554df56da1a.tar.xz
kernel-qcow2-linux-2a721dbbc8bf4d76581fb073aa0d9554df56da1a.zip
xfs: scrub symbolic links
Create the infrastructure to scrub symbolic link data. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.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 94c9eaf34c27..9ffcc81b3b7f 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -156,5 +156,6 @@ xfs-y += $(addprefix scrub/, \
refcount.o \
rmap.o \
scrub.o \
+ symlink.o \
)
endif