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:
bee7ca9
)
ipv6: use RCU to walk list of network devices
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 11 Nov 2009 17:34:30 +0000
(17:34 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 14 Nov 2009 04:38:49 +0000
(20:38 -0800)
No longer need read_lock(&dev_base_lock), use RCU instead.
We also can avoid taking references on inet6_dev structs.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found