From: David S. Miller Date: Fri, 21 Aug 2009 23:33:34 +0000 (-0700) Subject: pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer X-Git-Tag: v2.6.31-rc8~45^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee5f9757ea17759e1ce5503bdae2b07e48e32af9;p=pandora-kernel.git 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 Acked-by: Thomas Gleixner --- Reading git-diff-tree failed