commit | e3e3217029a35c579bf100998b43976d0b1cb8d7 | [log] [tgz] |
---|---|---|
author | Rick Jones <rick.jones2@hp.com> | Mon Nov 17 14:04:29 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 18 15:28:28 2014 -0500 |
tree | dc2e5073002588cea3bb600e9df7d8de00359d86 | |
parent | 54aeba7f06323e04d59a6053ee3c6023079667b2 [diff] |
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 <rick.jones2@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>