Fix the -ESTALE handling in do_filp_open()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 13 Jan 2010 20:01:15 +0000 (15:01 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 14 Jan 2010 14:05:26 +0000 (09:05 -0500)
Instead of playing sick games with path saving, cleanups, just retry
the entire thing once with LOOKUP_REVAL added.  Post-.34 we'll convert
all -ESTALE handling in there to that style, rather than playing with
many retry loops deep in the call chain.

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

diff --cc fs/namei.c
Simple merge