Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362065
b: refs/heads/master
c: cd68ddd
h: refs/heads/master
i:
  362063: 44e5b83
v: v3
  • Loading branch information
Vijay Subramanian authored and David S. Miller committed Mar 29, 2013
1 parent cf1c76e commit ded41b9
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: e6c3827dcfe53dd78b824d2ee4007a216ada739e
refs/heads/master: cd68ddd4c29ab523440299f24ff2417fe7a0dca6
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_fq_codel.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch)
flow->deficit = q->quantum;
flow->dropped = 0;
}
if (++sch->q.qlen < sch->limit)
if (++sch->q.qlen <= sch->limit)
return NET_XMIT_SUCCESS;

q->drop_overlimit++;
Expand Down

0 comments on commit ded41b9

Please sign in to comment.