projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
806b681
)
Finish pulling of -ESTALE handling to upper level in do_filp_open()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 26 Dec 2009 12:21:48 +0000
(07:21 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 5 Mar 2010 14:01:38 +0000
(09:01 -0500)
Don't bother with path_walk() (and its retry loop); link_path_walk()
will do it.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c
patch
|
blob
|
history
diff --git
a/fs/namei.c
b/fs/namei.c
index
08da937
..
adfbaf5
100644
(file)
--- a/
fs/namei.c
+++ b/
fs/namei.c
@@
-1819,7
+1819,9
@@
reval:
return ERR_PTR(error);
if (force_reval)
nd.flags |= LOOKUP_REVAL;
- error = path_walk(pathname, &nd);
+
+ current->total_link_count = 0;
+ error = link_path_walk(pathname, &nd);
if (error) {
filp = ERR_PTR(error);
goto out;