Skip to content
Commit 1a8edf40 authored by Al Viro's avatar Al Viro
Browse files

do_lookup() fix



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d73b3884
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment