lkml.org 
[lkml]   [1999]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux 2.2.13pre9
From
Date

>>>>> "Alan" == Alan Cox <alan@lxorguk.ukuu.org.uk> writes:

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/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.028 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site