From: Jarek Poplawski Date: Mon, 6 Oct 2008 17:41:50 +0000 (-0700) Subject: pkt_sched: Simplify dev_requeue_skb and dequeue_skb X-Git-Tag: v2.6.28-rc1~717^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6252352d16f7b45a0fd42224f7e70e0288dc4480;p=pandora-kernel.git pkt_sched: Simplify dev_requeue_skb and dequeue_skb qdisc->requeue was planned to universally replace all requeuing code, but at the top level we never requeue more than one skb, so qdisc-> gso_skb is enough for this. qdisc->requeue would be used on the lower levels only for one level deep requeuing (like in sch_hfsc) after finishing all the changes. Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed