rcu: Use true/false for return in __call_rcu_nocb()
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 8 Jul 2014 22:26:14 +0000 (18:26 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 16 Sep 2014 17:08:00 +0000 (10:08 -0700)
commitc271d3a957384a162f7a6aae53455d8e8afd1f3e
treee1da9794e14232cf6b87a25c86c2cd840d9c7081
parent949cccdbe6d286544ce3fe170298183eb7ada81c
rcu: Use true/false for return in __call_rcu_nocb()

Return true/false instead of 0/1 in __call_rcu_nocb() as this returns a
bool type.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/rcu/tree_plugin.h