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)
commitfb1cc555d533869910e20de4b8d5147570afdfad
tree99ee86c8370e28df0991a4ecd03677cb65704f01
parent648fa8611de3d4d43bbd64af3226679d2d0eb609
gut do_filp_open() a bit more (do_last separation)

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