patch-2.4.27 linux-2.4.27/net/sched/sch_hfsc.c
Next file: linux-2.4.27/net/sched/sch_htb.c
Previous file: linux-2.4.27/net/sched/sch_dsmark.c
Back to the patch index
Back to the overall index
-  Lines: 10
 -  Date:
2004-08-07 16:26:07.084446627 -0700
 -  Orig file: 
linux-2.4.26/net/sched/sch_hfsc.c
 -  Orig date: 
2004-04-14 06:05:41.000000000 -0700
 
diff -urN linux-2.4.26/net/sched/sch_hfsc.c linux-2.4.27/net/sched/sch_hfsc.c
@@ -1722,8 +1722,7 @@
 		cl = actlist_get_minvt(&q->root, cur_time);
 		if (cl == NULL) {
 			sch->stats.overlimits++;
-			if (!netif_queue_stopped(sch->dev))
-				hfsc_schedule_watchdog(sch, cur_time);
+			hfsc_schedule_watchdog(sch, cur_time);
 			return NULL;
 		}
 	}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)