+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / net / sched / sch_sfq.c
index c5802d8..e70661d 100644 (file)
@@ -341,6 +341,7 @@ sfq_dequeue(struct Qdisc* sch)
 
        /* 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;