From: Al Viro Date: Wed, 13 Jan 2010 20:01:15 +0000 (-0500) Subject: Fix the -ESTALE handling in do_filp_open() X-Git-Tag: v2.6.33-rc5~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9850c056559f3633a32d810aaf00ced39437b364;p=pandora-kernel.git 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 --- Reading git-diff-tree failed