git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806892e
)
Fix the -ESTALE handling in do_filp_open()
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 13 Jan 2010 20:01:15 +0000
(15:01 -0500)
committer
Al 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
patch
|
blob
|
history
diff --cc
fs/namei.c
Simple merge