Home
last modified time | relevance | path

Searched hist:d87798450a7635ab1bcc80271a13ce4a53b016a9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/aoe/
H A Daoenet.cdiff d87798450a7635ab1bcc80271a13ce4a53b016a9 Wed Sep 24 05:47:22 CEST 2008 David S. Miller <davem@davemloft.net> 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: David S. Miller <davem@davemloft.net>