commit | 9850c056559f3633a32d810aaf00ced39437b364 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Jan 13 15:01:15 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jan 14 09:05:26 2010 -0500 |
tree | 30e80de94e12ae758736cfb586db39cfa77d69df | |
parent | 806892e9e12e731a0ca76c8f62ad95cf8eea9614 [diff] |
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>