commit | 615e41c6050a4878b2b68297f4672287941b93cd | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Jun 11 16:39:40 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 09 09:15:45 2014 -0700 |
tree | 21fd86437c72b85aef936f552997016d8d8bccea | |
parent | 406e3e536550bcb87ccbedddcd483776b1828761 [diff] |
rcu: Fix a sparse warning in rcu_initiate_boost() This commit annotates rcu_initiate_boost() fixes the following sparse warning: kernel/rcu/tree_plugin.h:1494:13: warning: context imbalance in 'rcu_initiate_boost' - unexpected unlock Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>