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)
commit3866248e5f86d74960a3d1592882490ec3021675
treeaf44e08612f8895a81aea230739439d4ef09cfaf
parent806b681cbe588bebe8fe47dd24da62f2d1c55851
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