Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144766
b: refs/heads/master
c: 6473990
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed May 6, 2009
1 parent 9d1e52c commit fce993c
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: 77a22941f9ed052a0fdaa92753b1a1ab8072ee76
refs/heads/master: 6473990c7f0565fca2007f8662395d122e30f0d8
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static int fifo_init(struct Qdisc *sch, struct nlattr *opt)
u32 limit = qdisc_dev(sch)->tx_queue_len ? : 1;

if (sch->ops == &bfifo_qdisc_ops)
limit *= qdisc_dev(sch)->mtu;
limit *= psched_mtu(qdisc_dev(sch));

q->limit = limit;
} else {
Expand Down

0 comments on commit fce993c

Please sign in to comment.