commit | 5cf42fcda0fdddfe7f5ea8629cb7b820bf7e91ab | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Wed Sep 22 18:22:17 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 23 14:33:37 2010 -0700 |
tree | bd9221e2e5d612bebda4a1a29efc42682a7a8f5f | |
parent | 7b872a55c40b7e6f5e257c252f96dde911bd7b2f [diff] |
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 <jesse.brandeburg@intel.com> Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>