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:
cbeddd5
)
ipv4: rcu cleanup in ip_ra_control()
author
Eric Dumazet
<edumazet@google.com>
Tue, 9 Sep 2014 15:11:41 +0000
(08:11 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 10 Sep 2014 03:10:44 +0000
(20:10 -0700)
Remove one sparse warning :
net/ipv4/ip_sockglue.c:328:22: warning: incorrect type in assignment (different address spaces)
net/ipv4/ip_sockglue.c:328:22: expected struct ip_ra_chain [noderef] <asn:4>*next
net/ipv4/ip_sockglue.c:328:22: got struct ip_ra_chain *[assigned] ra
And replace one rcu_assign_ptr() by RCU_INIT_POINTER() where applicable.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_sockglue.c
patch
|
blob
|
history
diff --cc
net/ipv4/ip_sockglue.c
Simple merge