From: Jarek Poplawski Date: Mon, 6 Oct 2008 16:54:39 +0000 (-0700) Subject: pkt_sched: Fix handling of gso skbs on requeuing X-Git-Tag: v2.6.28-rc1~717^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=554794de7949d1a6279336404c066f974d4c2bde;p=pandora-kernel.git pkt_sched: Fix handling of gso skbs on requeuing Jay Cliburn noticed and diagnosed a bug triggered in dev_gso_skb_destructor() after last change from qdisc->gso_skb to qdisc->requeue list. Since gso_segmented skbs can't be queued to another list this patch brings back qdisc->gso_skb for them. Reported-by: Jay Cliburn Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed