OSDN Git Service

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)
commit0a9e1e111b3a9e1c21d2dd27ca361cd9601d99af
tree979d2da20b862e2cc274b1d52e17c5504de2a145
parentc271d3a957384a162f7a6aae53455d8e8afd1f3e
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