]> git.baikalelectronics.ru Git - kernel.git/commit
Finish pulling of -ESTALE handling to upper level in do_filp_open()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 26 Dec 2009 12:21:48 +0000 (07:21 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 5 Mar 2010 14:01:38 +0000 (09:01 -0500)
commit4a70ba6f69e815128db0bd294309054c7f4eb0ee
treeaf44e08612f8895a81aea230739439d4ef09cfaf
parenta2a8cb7a6265de295aba208148e090df328fefea
Finish pulling of -ESTALE handling to upper level in do_filp_open()

Don't bother with path_walk() (and its retry loop); link_path_walk()
will do it.

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