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:
d73b388
)
do_lookup() fix
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 15 Jan 2011 18:12:53 +0000
(13:12 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 01:03:39 +0000
(20:03 -0500)
do_lookup() has a path leading from LOOKUP_RCU case to non-RCU
crossing of mountpoints, which breaks things badly. If we
hit need_revalidate: and do nothing in there, we need to come
back into LOOKUP_RCU half of things, not to done: in non-RCU
one.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found