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:
878d743
)
rcu: Remove list_for_each_continue_rcu()
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sat, 20 Oct 2012 19:33:37 +0000
(12:33 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 13 Nov 2012 22:08:21 +0000
(14:08 -0800)
The list_for_each_continue_rcu() macro is no longer used, so this commit
removes it. The list_for_each_entry_continue_rcu() macro should be
used instead.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
No differences found