From: Jesse Brandeburg Date: Wed, 22 Sep 2010 18:22:17 +0000 (+0000) Subject: e1000: use work queues X-Git-Tag: v2.6.37-rc1~147^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf42fcda0fdddfe7f5ea8629cb7b820bf7e91ab;p=pandora-kernel.git e1000: use work queues E1000 is using several timers that in a follow on patch will need to acquire the rtnl_lock in order to be safe. This patch moves the timer bodies into work queues which will allow the next patch to add rtnl_lock. Signed-off-by: Jesse Brandeburg Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed