]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Fix __rcu_reclaim() to use true/false for bool
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jun 2014 20:48:28 +0000 (13:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 26 Jun 2014 17:59:42 +0000 (10:59 -0700)
commit08c11a77e80124df51a1c2a9275d56e1464c07b6
treeab0fb1146144baf60abafc25310bdfa81333573e
parent741e30f846ea89e6ada2fff64797ba304651f4fc
rcu: Fix __rcu_reclaim() to use true/false for bool

The __rcu_reclaim() function returned 0/1, which is not proper for a
function of type bool.  This commit therefore converts to false/true.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/rcu.h