Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121970
b: refs/heads/master
c: 98aa9c8
h: refs/heads/master
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Nov 21, 2008
1 parent 1786542 commit b8853c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d2f4720971c00852a3fc8278a76f1a5e9add5c7
refs/heads/master: 98aa9c80f1fee01e98dfdc484ab7316af45f8f17
1 change: 1 addition & 0 deletions trunk/net/sched/sch_drr.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ static unsigned int drr_drop(struct Qdisc *sch)
if (cl->qdisc->ops->drop) {
len = cl->qdisc->ops->drop(cl->qdisc);
if (len > 0) {
sch->q.qlen--;
if (cl->qdisc->q.qlen == 0)
list_del(&cl->alist);
return len;
Expand Down

0 comments on commit b8853c9

Please sign in to comment.