OSDN Git Service

rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 8 Jul 2014 22:26:17 +0000 (18:26 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 16 Sep 2014 17:08:01 +0000 (10:08 -0700)
commitf4aa84ba24872e3a8e59b58bc8533cae95597f2e
tree21e9a1544e88ebbbe2416e627b3d62c136abc5bf
parent4afc7e269befc7b6e09a994e48c67e36f4a378e1
rcu: Return false instead of 0 in rcu_nocb_adopt_orphan_cbs()

Return false instead of 0 in rcu_nocb_adopt_orphan_cbs() as this has
bool as return 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