]> git.karo-electronics.de Git - linux-beck.git/commit
rcu: Use false for return in __call_rcu_nocb()
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 8 Jul 2014 22:26:16 +0000 (18:26 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 16 Sep 2014 17:08:01 +0000 (10:08 -0700)
commit4afc7e269befc7b6e09a994e48c67e36f4a378e1
tree410eeb0127ef46e2c60d2319219cb4cf51a461c7
parent0a9e1e111b3a9e1c21d2dd27ca361cd9601d99af
rcu: Use false for return in __call_rcu_nocb()

Return false instead of 0 in __call_rcu_nocb() 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