From: Rick Jones Date: Mon, 17 Nov 2014 22:04:29 +0000 (-0800) Subject: icmp: Remove some spurious dropped packet profile hits from the ICMP path X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e3217029a35c579bf100998b43976d0b1cb8d7;p=pandora-kernel.git icmp: Remove some spurious dropped packet profile hits from the ICMP path If icmp_rcv() has successfully processed the incoming ICMP datagram, we should use consume_skb() rather than kfree_skb() because a hit on the likes of perf -e skb:kfree_skb is not called-for. Signed-off-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed