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

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)