summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-08-12 06:49:40 -0400
committerBen Myers <bpm@sgi.com>2013-08-12 17:43:38 -0400
commit1fb7e48db6810093012873a652062648ace6b5bb (patch)
tree7ca9cf8073d2768fbbb44299299dd222efaf3b48 /fs/xfs/Makefile
parentfde2227ce12b6d3e1945bd512da2a4a333331a2c (diff)
xfs: split out the remote symlink handling
The remote symlink format definition and manipulation needs to be shared with userspace, but the in-kernel interfaces do not. Split the remote symlink format handling out into xfs_symlink_remote.[ch] fo it can easily be shared with userspace. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index a73af1c8f978..20b1d949b090 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -50,6 +50,7 @@ xfs-y += xfs_aops.o \
50 xfs_mru_cache.o \ 50 xfs_mru_cache.o \
51 xfs_rename.o \ 51 xfs_rename.o \
52 xfs_super.o \ 52 xfs_super.o \
53 xfs_symlink.o \
53 xfs_trans.o \ 54 xfs_trans.o \
54 xfs_utils.o \ 55 xfs_utils.o \
55 xfs_vnodeops.o \ 56 xfs_vnodeops.o \
@@ -81,7 +82,7 @@ xfs-y += xfs_alloc.o \
81 xfs_inode_buf.o \ 82 xfs_inode_buf.o \
82 xfs_log_recover.o \ 83 xfs_log_recover.o \
83 xfs_mount.o \ 84 xfs_mount.o \
84 xfs_symlink.o \ 85 xfs_symlink_remote.o \
85 xfs_trans_resv.o 86 xfs_trans_resv.o
86 87
87# low-level transaction/log code 88# low-level transaction/log code