]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9223f455ecb6ef0b7fcb1badd7fdbbf0e85f21fb
treee1da9794e14232cf6b87a25c86c2cd840d9c7081
parent5d9a812784ffb9cc42a80bcae3fb4e332e04fd95
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