commit | 406e3e536550bcb87ccbedddcd483776b1828761 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 23 13:48:28 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 09 09:15:32 2014 -0700 |
tree | c7b9684ab8645692d7a5a2e88f7ed1c14ea46f17 | |
parent | 11992c703a1c7d95f5d8759498d7617d4a504819 [diff] |
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> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>