Skip to content
Commit d8779845 authored by David S. Miller's avatar David S. Miller
Browse files

aoe: Fix OOPS after SKB queue changes.



Reported by Thomas Graf.

If we don't unlink the SKB from the queue when we send it
out in aoenet_xmit(), dev_hard_start_xmit() will see skb->next
as non-NULL and interpret this to mean the SKB is part of a
GSO segment list.

Add __skb_unlink() call to fix that.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e5d23048
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment