git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11992c7
)
rcu: Fix __rcu_reclaim() to use true/false for bool
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Mon, 23 Jun 2014 20:48:28 +0000
(13:48 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Wed, 9 Jul 2014 16:15:32 +0000
(09:15 -0700)
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>
kernel/rcu/rcu.h
patch
|
blob
|
history
diff --cc
kernel/rcu/rcu.h
Simple merge