From: Lai Jiangshan Date: Wed, 22 Feb 2012 21:06:51 +0000 (-0800) Subject: rcu: Remove fast check path from __synchronize_srcu() X-Git-Tag: v3.5-rc1~164^2^2^4~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7a3e9e32114a09c61995048f055615b5d4c26d;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed