commit | ee5f9757ea17759e1ce5503bdae2b07e48e32af9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Aug 21 16:33:34 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 22 18:09:17 2009 -0700 |
tree | 0625fdaf307890a0875981d28ecb77e7ddd96143 | |
parent | 649bf17829d087f83754e2a8161e094a167ce3d3 [diff] |
pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer None of this stuff should execute in hw IRQ context, therefore use a tasklet_hrtimer so that it runs in softirq context. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Thomas Gleixner <tglx@linutronix.de>