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
- Lines: 9
- Date:
2004-08-07 16:26:07.081446503 -0700
- Orig file:
linux-2.4.26/net/sched/sch_cbq.c
- Orig date:
2004-02-18 05:36:32.000000000 -0800
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)