Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108817
b: refs/heads/master
c: 4cf7cb2
h: refs/heads/master
i:
  108815: fee289b
v: v3
  • Loading branch information
David S. Miller committed Aug 18, 2008
1 parent bec7bbf commit 9ba7964
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: 0d40b6e564bad2047b57a9afc48b701ef3243b89
refs/heads/master: 4cf7cb280e4fcfcd7ae7429e17d798d3a44087af
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_prio.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ prio_requeue(struct sk_buff *skb, struct Qdisc* sch)
if ((ret = qdisc->ops->requeue(skb, qdisc)) == NET_XMIT_SUCCESS) {
sch->q.qlen++;
sch->qstats.requeues++;
return 0;
return NET_XMIT_SUCCESS;
}
if (net_xmit_drop_count(ret))
sch->qstats.drops++;
Expand Down

0 comments on commit 9ba7964

Please sign in to comment.