From: Dave Chinner Date: Wed, 3 Apr 2013 05:11:18 +0000 (+1100) Subject: xfs: split out symlink code into it's own file. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19de7351a8eb82dc99745e60e8f43474831d99c7;p=pandora-kernel.git xfs: split out symlink code into it's own file. The symlink code is about to get more complicated when CRCs are added for remote symlink blocks. The symlink management code is mostly self contained, so move it to it's own files so that all the new code and the existing symlink code will not be intermingled with other unrelated code. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed