Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32691
b: refs/heads/master
c: 2724a1a
h: refs/heads/master
i:
  32689: a19e36c
  32687: 2fb3057
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jul 15, 2006
1 parent b30a324 commit d33685e
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: d6c93e1ddde769010f9c81bbfab41a9844c0e9ba
refs/heads/master: 2724a1a55f847e2b5007cf294e03cfa09d0d22f3
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_htb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ static int htb_change_class(struct Qdisc *sch, u32 classid,
/* set class to be in HTB_CAN_SEND state */
cl->tokens = hopt->buffer;
cl->ctokens = hopt->cbuffer;
cl->mbuffer = PSCHED_JIFFIE2US(HZ*60) /* 1min */
cl->mbuffer = PSCHED_JIFFIE2US(HZ*60); /* 1min */
PSCHED_GET_TIME(cl->t_c);
cl->cmode = HTB_CAN_SEND;

Expand Down

0 comments on commit d33685e

Please sign in to comment.