Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279167
b: refs/heads/master
c: d47a0ac
h: refs/heads/master
i:
  279165: dfd83a2
  279163: d2ec516
  279159: 3afb029
  279151: f2ced1c
  279135: ea4f70c
  279103: 5a46b72
  279039: f957972
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 3, 2012
1 parent b12e543 commit c0b1871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c015b3b82c92fad375ce7dfff54799cfdfb7a15
refs/heads/master: d47a0ac7b66883987275598d6039f902f4410ca9
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_sfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch)
if (slot->qlen == 1) { /* The flow is new */
if (q->tail == NULL) { /* It is the first flow */
slot->next = x;
q->tail = slot;
} else {
slot->next = q->tail->next;
q->tail->next = x;
}
q->tail = slot;
slot->allot = q->scaled_quantum;
}
if (++sch->q.qlen <= q->limit)
Expand Down

0 comments on commit c0b1871

Please sign in to comment.