commit | def4af30cf945a3735ffca865788ea84b30b25d9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 26 08:37:05 2009 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 05 09:01:40 2010 -0500 |
tree | adeac07e1675c51e8d9fa42ccf284b7b893041f1 | |
parent | 3866248e5f86d74960a3d1592882490ec3021675 [diff] |
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>