diff options
author | Alexander Duyck <alexander.h.duyck@redhat.com> | 2015-05-01 19:34:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-04 06:06:55 +0200 |
commit | eb781397904e5d6b90c80463eaa9dc592831bdae (patch) | |
tree | b7265c3a79c6dd56e70858d88a74c32840f932a2 /fs/hpfs/name.c | |
parent | fm10k: Do not assume budget will never be 0 for NAPI (diff) | |
download | linux-eb781397904e5d6b90c80463eaa9dc592831bdae.tar.xz linux-eb781397904e5d6b90c80463eaa9dc592831bdae.zip |
r8169: Do not use dev_kfree_skb in xmit path
The function r8169_csum_workaround is called in the ndo_start_xmit path of
the r8169 driver. As such it should not be using dev_kfree_skb as it is
not irq safe, so instead we should be using dev_kfree_skb_any for freeing
in the dropped path, and dev_consume_skb_any for any frames that were
transmitted.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/hpfs/name.c')
0 files changed, 0 insertions, 0 deletions