Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262777
b: refs/heads/master
c: 3557619
h: refs/heads/master
i:
  262775: 477e366
v: v3
  • Loading branch information
Florian Westphal authored and David S. Miller committed Aug 10, 2011
1 parent 0cedfab commit dde8eb9
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: 9be6dd6510fde5cfa2ab73f238754d38ee6797bc
refs/heads/master: 3557619f0f6f7496ed453d4825e24958ab1884e0
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_prio.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static struct sk_buff *prio_dequeue(struct Qdisc *sch)

for (prio = 0; prio < q->bands; prio++) {
struct Qdisc *qdisc = q->queues[prio];
struct sk_buff *skb = qdisc->dequeue(qdisc);
struct sk_buff *skb = qdisc_dequeue_peeked(qdisc);
if (skb) {
qdisc_bstats_update(sch, skb);
sch->q.qlen--;
Expand Down

0 comments on commit dde8eb9

Please sign in to comment.