Get rid of symlink body copying
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 Dec 2009 13:37:05 +0000 (08:37 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Mar 2010 14:01:40 +0000 (09:01 -0500)
commitdef4af30cf945a3735ffca865788ea84b30b25d9
treeadeac07e1675c51e8d9fa42ccf284b7b893041f1
parent3866248e5f86d74960a3d1592882490ec3021675
Get rid of symlink body copying

Now that nd->last stays around until ->put_link() is called, we can
just postpone that ->put_link() in do_filp_open() a bit and don't
bother with copying.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c