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:
dc976c0
)
ipv4: Add a missing rcu_assign_pointer() in routing cache.
author
Eric Dumazet
<dada1@cosmosbay.com>
Thu, 16 Oct 2008 21:18:29 +0000
(14:18 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Oct 2008 21:18:29 +0000
(14:18 -0700)
rt_intern_hash() is doing an update of a RCU guarded hash chain
without using rcu_assign_pointer() or equivalent barrier.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found