alistair23-linux/drivers/net/e1000e
Tejun Heo 23f333a2bf drivers/net: don't use flush_scheduled_work()
flush_scheduled_work() is on its way out.  This patch contains simple
conversions to replace flush_scheduled_work() usage with direct
cancels and flushes.

Directly cancel the used works on driver detach and flush them in
other cases.

The conversions are mostly straight forward and the only dangers are,

* Forgetting to cancel/flush one or more used works.

* Cancelling when a work should be flushed (ie. the work must be
  executed once scheduled whether the driver is detaching or not).

I've gone over the changes multiple times but it would be much
appreciated if you can review with the above points in mind.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jay Cliburn <jcliburn@gmail.com>
Cc: Michael Chan <mchan@broadcom.com>
Cc: Divy Le Ray <divy@chelsio.com>
Cc: e1000-devel@lists.sourceforge.net
Cc: Vasanthy Kolluri <vkolluri@cisco.com>
Cc: Samuel Ortiz <samuel@sortiz.org>
Cc: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Andrew Gallatin <gallatin@myri.com>
Cc: Francois Romieu <romieu@fr.zoreil.com>
Cc: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
Cc: Matt Carlson <mcarlson@broadcom.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Cc: Shreyas Bhatewara <sbhatewara@vmware.com>
Cc: netdev@vger.kernel.org
2010-12-12 16:45:14 +01:00
..
82571.c e1000e: 82571 Serdes can fail to get link 2010-12-10 22:13:14 -08:00
defines.h e1000e: support new PBA format from EEPROM 2010-12-10 22:13:37 -08:00
e1000.h e1000e: support new PBA format from EEPROM 2010-12-10 22:13:37 -08:00
es2lan.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
ethtool.c e1000e: static analysis tools complain of a possible null ptr p dereference 2010-12-10 22:13:49 -08:00
hw.h e1000e: 82579 unaccounted missed packets 2010-09-22 20:41:20 -07:00
ich8lan.c e1000e: 82579 PHY incorrectly identified during init 2010-12-10 22:13:34 -08:00
lib.c e1000e: support new PBA format from EEPROM 2010-12-10 22:13:37 -08:00
Makefile
netdev.c drivers/net: don't use flush_scheduled_work() 2010-12-12 16:45:14 +01:00
param.c e1000e: minor error message corrections 2010-12-10 22:13:46 -08:00
phy.c e1000e: 82579 PHY incorrectly identified during init 2010-12-10 22:13:34 -08:00