]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Remove fast check path from __synchronize_srcu()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Wed, 22 Feb 2012 21:06:51 +0000 (13:06 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 25 Apr 2012 03:55:40 +0000 (20:55 -0700)
commite1755ee0499ecdcf2d41a491312e85074663fc40
tree1ed1dfa71635534a88101f8794a32c8933c09b51
parent016ac76b7ec1f7f515b3a223527a70ac65c9c082
rcu: Remove fast check path from __synchronize_srcu()

The fastpath in __synchronize_srcu() is designed to handle cases where
there are a large number of concurrent calls for the same srcu_struct
structure.  However, the Linux kernel currently does not use SRCU in
this manner, so remove the fastpath checks for simplicity.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/srcu.c