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)
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

diff --cc fs/namei.c
Simple merge