commit | 897dc80b951e996ba4d26c0038e81a505b92aec1 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Jul 28 04:00:35 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 01 00:12:00 2011 -0700 |
tree | 867cca9dafcf3d89fa30a04a254a2d1cc3220cba | |
parent | d14730b8e9117c9b77aacd391c049b50163e9b61 [diff] |
ipv6: avoid a dst_entry refcount change in ipv6_destopt_rcv() 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>