diff --git a/[refs] b/[refs] index 50915528c337..ba899a2b8978 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68365458a4252fa993b91a00f7a0b18fed399f0d +refs/heads/master: c964ff4ffbef4586ec63dbeb008563078114e6dc diff --git a/trunk/net/ipv6/icmp.c b/trunk/net/ipv6/icmp.c index 9bb031fa1c2f..f1240688dc58 100644 --- a/trunk/net/ipv6/icmp.c +++ b/trunk/net/ipv6/icmp.c @@ -458,8 +458,6 @@ void icmpv6_send(struct sk_buff *skb, int type, int code, __u32 info, } err = icmpv6_push_pending_frames(sk, &fl, &tmp_hdr, len + sizeof(struct icmp6hdr)); - ICMP6_INC_STATS_BH(idev, ICMP6_MIB_OUTMSGS); - out_put: if (likely(idev != NULL)) in6_dev_put(idev);