Alan> 2.2.13pre9
Alexey´s network scheduler fix (the "Re: 1000ms delay in networking stack
or driver ..." problem, extract without debugging message below for
convenience) seems not to be in yet.
Henner
--- linux/net/sched/sch_generic.c Sun Mar 21 17:41:05 1999
+++ linux-sch/net/sched/sch_generic.c Thu Sep 23 20:43:33 1999
@@ -419,6 +421,7 @@
for (hp = &qdisc_head.forw; (h = *hp) != &qdisc_head; hp = &h->forw) {
if (h == &qdisc->h) {
*hp = h->forw;
+ h->forw = NULL;
break;
}
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/