From: Wang Chen Date: Mon, 21 Jan 2008 11:04:47 +0000 (-0800) Subject: [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated X-Git-Tag: v2.6.24~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c964ff4ffbef4586ec63dbeb008563078114e6dc;p=pandora-kernel.git [IPV6]: ICMP6_MIB_OUTMSGS increment duplicated icmpv6_send() calls ip6_push_pending_frames() indirectly. Both ip6_push_pending_frames() and icmpv6_send() increment counter ICMP6_MIB_OUTMSGS. This patch remove the increment from icmpv6_send. Signed-off-by: Wang Chen Acked-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed