From: Al Viro Date: Wed, 23 Feb 2011 22:54:08 +0000 (-0500) Subject: separate -ESTALE/-ECHILD retries in do_filp_open() from real work X-Git-Tag: v2.6.39-rc1~514^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13aab428a73d3200b9283b61b7fdf5713181ac66;p=pandora-kernel.git 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 --- Reading git-diff-tree failed