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
- Lines: 8
- Date:
2004-08-07 16:26:07.085446668 -0700
- Orig file:
linux-2.4.26/net/sched/sch_htb.c
- Orig date:
2004-04-14 06:05:41.000000000 -0700
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)