On Sun, Dec 12, 2010 at 04:52:58PM +0100, Tejun Heo wrote:

> 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 <[email protected]>
> Cc: "David S. Miller" <[email protected]>
> Cc: Jay Cliburn <[email protected]>
> Cc: Michael Chan <[email protected]>
> Cc: Divy Le Ray <[email protected]>
> Cc: [email protected]
> Cc: Vasanthy Kolluri <[email protected]>
> Cc: Samuel Ortiz <[email protected]>
> Cc: Lennert Buytenhek <[email protected]>
> Cc: Andrew Gallatin <[email protected]>
> Cc: Francois Romieu <[email protected]>
> Cc: Ramkrishna Vepa <[email protected]>
> Cc: Matt Carlson <[email protected]>
> Cc: David Brownell <[email protected]>
> Cc: Shreyas Bhatewara <[email protected]>
> Cc: [email protected]

For the mv643xx_eth part:

Acked-by: Lennert Buytenhek <[email protected]>

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
E1000-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit 
http://communities.intel.com/community/wired

Reply via email to