]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: split out symlink code into it's own file.
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Apr 2013 05:11:18 +0000 (16:11 +1100)
committerBen Myers <bpm@sgi.com>
Sun, 21 Apr 2013 20:38:04 +0000 (15:38 -0500)
commitf744f030c6622b605ae47ff857b0c163b2f3280f
tree2c0c1afc963c41e6766a08dfc631ccdfe913e574
parent4cf818f9e09c6280268874d3441720daf6fba874
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 <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/Makefile
fs/xfs/xfs_bmap.c
fs/xfs/xfs_symlink.c [new file with mode: 0644]
fs/xfs/xfs_symlink.h [new file with mode: 0644]
fs/xfs/xfs_vnodeops.c