stop passing nameidata to ->lookup()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Jun 2012 21:13:09 +0000 (17:13 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:34:32 +0000 (16:34 +0400)
Just the flags; only NFS cares even about that, but there are
legitimate uses for such argument.  And getting rid of that
completely would require splitting ->lookup() into a couple
of methods (at least), so let's leave that alone for now...

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

No differences found