From: David S. Miller Date: Wed, 24 Sep 2008 03:47:22 +0000 (-0700) Subject: aoe: Fix OOPS after SKB queue changes. X-Git-Tag: v2.6.28-rc1~717^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87798450a7635ab1bcc80271a13ce4a53b016a9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed