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)
commit9850c056559f3633a32d810aaf00ced39437b364
tree30e80de94e12ae758736cfb586db39cfa77d69df
parent806892e9e12e731a0ca76c8f62ad95cf8eea9614
Fix the -ESTALE handling in do_filp_open()

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