commit | 4afc7e269befc7b6e09a994e48c67e36f4a378e1 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Tue Jul 08 18:26:16 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Sep 16 10:08:01 2014 -0700 |
tree | 410eeb0127ef46e2c60d2319219cb4cf51a461c7 | |
parent | 0a9e1e111b3a9e1c21d2dd27ca361cd9601d99af [diff] |
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>