[PATCH] get rid of path_lookup_create()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Aug 2008 02:36:57 +0000 (22:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 23 Oct 2008 09:12:54 +0000 (05:12 -0400)
commit8737f3a1b3c6a38a2a064552d4536633a5a16cd3
tree75472b9782791ac878750e8f4c91a374e8e9816d
parent98bc993f99e51467057ef699e47fec020f24d233
[PATCH] get rid of path_lookup_create()

... and don't pass bogus flags when we are just looking for parent.
Fold __path_lookup_intent_open() into path_lookup_open() while we
are at it; that's the only remaining caller.

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