Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361045
b: refs/heads/master
c: 624b85f
h: refs/heads/master
i:
  361043: 629cb7a
v: v3
  • Loading branch information
Paolo Valente authored and David S. Miller committed Mar 6, 2013
1 parent 6b4f654 commit c232a87
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: 9b99b7e90bf5cd9a88823c49574ba80d92a98262
refs/heads/master: 624b85fb96206879c8146abdba071222bbd25259
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_qfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ static void qfq_make_eligible(struct qfq_sched *q)
unsigned long old_vslot = q->oldV >> q->min_slot_shift;

if (vslot != old_vslot) {
unsigned long mask = (1UL << fls(vslot ^ old_vslot)) - 1;
unsigned long mask = (1ULL << fls(vslot ^ old_vslot)) - 1;
qfq_move_groups(q, mask, IR, ER);
qfq_move_groups(q, mask, IB, EB);
}
Expand Down

0 comments on commit c232a87

Please sign in to comment.