commit | b41d1b924d0bd41a225a17f39297b9de0dca93d9 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Jun 11 16:39:41 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 09 09:15:51 2014 -0700 |
tree | 4f5e507549a4ebe6641e41f2013e17aa75a045d8 | |
parent | 615e41c6050a4878b2b68297f4672287941b93cd [diff] |
rcu: Fix a sparse warning in rcu_report_unblock_qs_rnp() This commit annotates rcu_report_unblock_qs_rnp() in order to fix the following sparse warning: kernel/rcu/tree_plugin.h:990:13: warning: context imbalance in 'rcu_report_unblock_qs_rnp' - 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>