rcu: Add sparse check for RCU_INIT_POINTER()
authorPranith Kumar <bobby.prani@gmail.com>
Thu, 25 Sep 2014 18:03:34 +0000 (14:03 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 13 Nov 2014 18:35:38 +0000 (10:35 -0800)
Add a sparse check when RCU_INIT_POINTER() is used to assign a non __rcu
annotated pointer.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found