commit | 13aab428a73d3200b9283b61b7fdf5713181ac66 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Feb 23 17:54:08 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 14 09:15:25 2011 -0400 |
tree | b7350283378b60366609dca7b02c412b4632879e | |
parent | 47c805dc2d2dff686962f5f0baa6bac2d703ba19 [diff] |
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>