patch-2.4.25 linux-2.4.25/net/sched/sch_sfq.c
Next file: linux-2.4.25/net/sched/sch_tbf.c
Previous file: linux-2.4.25/net/sched/sch_red.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
2004-02-18 05:36:32.000000000 -0800
-  Orig file: 
linux-2.4.24/net/sched/sch_sfq.c
-  Orig date: 
2003-08-25 04:44:44.000000000 -0700
diff -urN linux-2.4.24/net/sched/sch_sfq.c linux-2.4.25/net/sched/sch_sfq.c
@@ -341,6 +341,7 @@
 
 	/* Is the slot empty? */
 	if (q->qs[a].qlen == 0) {
+		q->ht[q->hash[a]] = SFQ_DEPTH;
 		a = q->next[a];
 		if (a == old_a) {
 			q->tail = SFQ_DEPTH;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)