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:
c2e2129
)
IPv6: convert addrconf hash list to RCU
author
stephen hemminger
<shemminger@vyatta.com>
Wed, 17 Mar 2010 20:31:11 +0000
(20:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 20 Mar 2010 22:44:35 +0000
(15:44 -0700)
Convert from reader/writer lock to RCU and spinlock for addrconf
hash list.
Adds an additional helper macro for hlist_for_each_entry_continue_rcu
to handle the continue case.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found