]> rtime.felk.cvut.cz Git - linux-imx.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)
commit19de7351a8eb82dc99745e60e8f43474831d99c7
tree2c0c1afc963c41e6766a08dfc631ccdfe913e574
parent93848a999cf9b9e4f4f77dba843a48c393f33c59
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