patch-2.4.27 linux-2.4.27/net/sched/sch_cbq.c

Next file: linux-2.4.27/net/sched/sch_delay.c
Previous file: linux-2.4.27/net/sched/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/net/sched/sch_cbq.c linux-2.4.27/net/sched/sch_cbq.c
@@ -1054,7 +1054,7 @@
 
 	if (sch->q.qlen) {
 		sch->stats.overlimits++;
-		if (q->wd_expires && !netif_queue_stopped(sch->dev)) {
+		if (q->wd_expires) {
 			long delay = PSCHED_US2JIFFIE(q->wd_expires);
 			if (delay <= 0)
 				delay = 1;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)