commit | 2a721dbbc8bf4d76581fb073aa0d9554df56da1a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:45 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:26 2017 -0700 |
tree | 06ad8ca5c626eaf8d4d6f65a9cde47c066ae5f85 | |
parent | eec0482e0829eab1da1be693e524c889dc4b168c [diff] [blame] |
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>
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 94c9eaf..9ffcc81 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile
@@ -156,5 +156,6 @@ refcount.o \ rmap.o \ scrub.o \ + symlink.o \ ) endif