From: Eric W. Biederman Date: Sun, 16 Mar 2014 01:18:02 +0000 (-0700) Subject: tilepro: Call dev_consume_skb_any instead of kfree_skb. X-Git-Tag: v3.15-rc1~113^2~96^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d1bee1f3d63be9d62dae5e0bb727155567c1ce;p=pandora-kernel.git tilepro: Call dev_consume_skb_any instead of kfree_skb. Replace kfree_skb with dev_consume_skb_any in tile_net_tx and tile_net_tx_tso which can be called in hard irq and other contexts. At the point where the skbs are freed a packet has been successfully transmitted so dev_consume_skb_any is the appropriate variant to use. Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed