commit | e9054a339eb275c756efeeaee42af484ac72a3f4 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Mar 16 01:21:40 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:26:11 2007 -0700 |
tree | 2751aa5f3338e48acb421dc7c772fd7e9a908f5e | |
parent | 88a993540a65c38865f83961520494b4ad5d0363 [diff] |
[NET_SCHED]: sch_cbq: fix cbq_undelay_prio for non-active priorites cbq_undelay_prio is supposed to return a time delta, but returns the current time for non-active priorities, causing cbq_undelay to mark the priority as active and schedule a timer for twice the current time. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>