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

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

diff -urN linux-2.4.26/net/sched/sch_htb.c linux-2.4.27/net/sched/sch_htb.c
@@ -1017,7 +1017,6 @@
 static void htb_delay_by(struct Qdisc *sch,long delay)
 {
 	struct htb_sched *q = (struct htb_sched *)sch->data;
-	if (netif_queue_stopped(sch->dev)) return;
 	if (delay <= 0) delay = 1;
 	if (unlikely(delay > 5*HZ)) {
 		if (net_ratelimit())

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