Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348019
b: refs/heads/master
c: d2fe85d
h: refs/heads/master
i:
  348017: 432036c
  348015: c115395
v: v3
  • Loading branch information
Stefan Hasko authored and David S. Miller committed Dec 22, 2012
1 parent 506ae2a commit 2325d2a
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: 8baf82b368d23aed5c96b01ed7110cdccdd18725
refs/heads/master: d2fe85da52e89b8012ffad010ef352a964725d5f
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_htb.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ static struct sk_buff *htb_dequeue(struct Qdisc *sch)
q->now = ktime_to_ns(ktime_get());
start_at = jiffies;

next_event = q->now + 5 * NSEC_PER_SEC;
next_event = q->now + 5LLU * NSEC_PER_SEC;

for (level = 0; level < TC_HTB_MAXDEPTH; level++) {
/* common case optimization - skip event handler quickly */
Expand Down

0 comments on commit 2325d2a

Please sign in to comment.