]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 8 Jul 2014 22:26:15 +0000 (18:26 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 16 Sep 2014 17:08:00 +0000 (10:08 -0700)
commitf6b7eaab9c4ab22951f0d86d883f790ca6a3af09
tree979d2da20b862e2cc274b1d52e17c5504de2a145
parent9223f455ecb6ef0b7fcb1badd7fdbbf0e85f21fb
rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs()

Return true/false in rcu_nocb_adopt_orphan_cbs() instead of 0/1 as
this function has return type of bool.

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