gut do_filp_open() a bit more (do_last separation)
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Dec 2009 06:58:28 +0000 (01:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Mar 2010 14:01:13 +0000 (09:01 -0500)
Brute-force separation of stuff reachable from do_last: with
the exception of do_link:; just take all that crap to a helper
function as-is and have it tell the caller if it has to go
to do_link.

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

diff --cc fs/namei.c
Simple merge