commit | bb239acf5679ee1936f6b1b034ad260c4fec89c8 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Mar 16 12:31:28 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:26:16 2007 -0700 |
tree | 3c52cd966844e708ac0c4da5a08956a943be6bd7 | |
parent | 4361cb17f0df5491fe6e2c3ae1defc98e9a64a79 [diff] |
[NET_SCHED]: sch_cbq: fix watchdog scheduled too late q->now is increased during dequeue and doesn't contain the current time afterwards, resulting in a too large timeout value for the qdisc watchdog. Use "now" instead, which still contains the current time. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>