mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
66d1bee1f3
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" <ebiederm@xmission.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
tilegx.c | ||
tilepro.c |