]> git.baikalelectronics.ru Git - kernel.git/commit
in do_lookup() split RCU and non-RCU cases of need_revalidate
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 15 Feb 2011 06:26:22 +0000 (01:26 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 15 Feb 2011 07:26:54 +0000 (02:26 -0500)
commit86c3de337c012c6a4777876b74052102b092ab9d
treef67283376c36f6745f1f26c9f67b953ff0b4de55
parent20e734d5c86500a3b8ab5477b622c862f9080db0
in do_lookup() split RCU and non-RCU cases of need_revalidate

and use unlikely() instead of gotos, for fsck sake...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c