From: Rick Jones Date: Thu, 28 Aug 2014 15:53:16 +0000 (-0700) Subject: be2net: Use dev_consume_skb_any() in the non-drop path X-Git-Tag: fixes-against-v3.18-rc2~81^2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d49225a49536359e984fc4f21a87252aad8959;p=pandora-kernel.git be2net: Use dev_consume_skb_any() in the non-drop path The be2net driver was still using dev_kfree_skb_any() in a "normal" skb freeing path. This rather clutters perf top -G -e skb_kfree_skb profiling. Signed-off-by: Rick Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed