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:
429b022
)
doc/RCU: fix pseudocode in rcuref.txt
author
Lai Jiangshan
<laijs@cn.fujitsu.com>
Wed, 10 Sep 2008 03:01:07 +0000
(11:01 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 10 Sep 2008 06:36:07 +0000
(08:36 +0200)
atomic_inc_not_zero(v) return 0 if *v = 0.
use spin_lock instead of write_lock for update lock.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found