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:
d14730b
)
ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv()
author
Eric Dumazet
<eric.dumazet@gmail.com>
Thu, 28 Jul 2011 04:00:35 +0000
(
04:00
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 1 Aug 2011 07:12:00 +0000
(
00:12
-0700)
ipv6_destopt_rcv() runs with rcu_read_lock(), so there is no need to
take a temporay reference on dst_entry, even if skb is freed by
ip6_parse_tlv()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found