From: Jarek Poplawski Date: Tue, 23 Sep 2008 08:05:56 +0000 (-0700) Subject: pkt_sched: Remove the tx queue state check in qdisc_run() X-Git-Tag: v2.6.28-rc1~717^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4ab543201992fe499bef5c406e09f23aa97b4d5;p=pandora-kernel.git pkt_sched: Remove the tx queue state check in qdisc_run() The current check wrongly uses the state of one (currently the first) tx queue for all tx queues in case of non-default qdiscs. This check mainly prevented requeuing loop with __netif_schedule(), but now it's controlled inside __qdisc_run(), while dequeuing. The wrongness of this check was first noticed by Herbert Xu. Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed