Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361048
b: refs/heads/master
c: 40dd2d5
h: refs/heads/master
v: v3
  • Loading branch information
Paolo Valente authored and David S. Miller committed Mar 6, 2013
1 parent 7264b77 commit ccf4941
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a0143efa96671dc51dab9bba776a66f9bfa1757f
refs/heads/master: 40dd2d546198e7bbb8d3fe718957b158caa3fe52
3 changes: 2 additions & 1 deletion trunk/net/sched/sch_qfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,8 @@ static void qfq_schedule_agg(struct qfq_sched *q, struct qfq_aggregate *agg)
/* group was surely ineligible, remove */
__clear_bit(grp->index, &q->bitmaps[IR]);
__clear_bit(grp->index, &q->bitmaps[IB]);
} else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V))
} else if (!q->bitmaps[ER] && qfq_gt(roundedS, q->V) &&
q->in_serv_agg == NULL)
q->V = roundedS;

grp->S = roundedS;
Expand Down

0 comments on commit ccf4941

Please sign in to comment.