Home
last modified time | relevance | path

Searched hist:"13 aab428" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c13aab428 Wed Feb 23 16:54:08 CST 2011 Al Viro <viro@zeniv.linux.org.uk> separate -ESTALE/-ECHILD retries in do_filp_open() from real work

new helper: path_openat(). Does what do_filp_open() does, except
that it tries only the walk mode (RCU/normal/force revalidation)
it had been told to.

Both create and non-create branches are using path_lookupat() now.
Fixed the double audit_inode() in non-create branch.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
13aab428 Wed Feb 23 16:54:08 CST 2011 Al Viro <viro@zeniv.linux.org.uk> separate -ESTALE/-ECHILD retries in do_filp_open() from real work

new helper: path_openat(). Does what do_filp_open() does, except
that it tries only the walk mode (RCU/normal/force revalidation)
it had been told to.

Both create and non-create branches are using path_lookupat() now.
Fixed the double audit_inode() in non-create branch.

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