commit | 1fb7e48db6810093012873a652062648ace6b5bb | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Aug 12 20:49:40 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon Aug 12 16:43:38 2013 -0500 |
tree | 7ca9cf8073d2768fbbb44299299dd222efaf3b48 | |
parent | fde2227ce12b6d3e1945bd512da2a4a333331a2c [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>