From: Eric W. Biederman Date: Sun, 16 Mar 2014 01:39:19 +0000 (-0700) Subject: staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6da5fb96e316848d6af6201925f765608b76cd;p=pandora-kernel.git staging/octeon-ethernet: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. Replace dev_kfree_skb with dev_kfree_skb_any in cvm_oct_xmit_pow which can be called in hard irq and other contexts, on the code paths that drop packets. Replace dev_kfree_skb with dev_consume_skb_any in cvm_oct_xmit_pow which can be called in hard irq and other contexts, on the code path where the packet is transmitted successfully. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed