From 2a721dbbc8bf4d76581fb073aa0d9554df56da1a Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 17 Oct 2017 21:37:45 -0700 Subject: xfs: scrub symbolic links Create the infrastructure to scrub symbolic link data. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner --- fs/xfs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/xfs/Makefile') 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 -- cgit v1.2.3