Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755655Ab0LMLWx (ORCPT ); Mon, 13 Dec 2010 06:22:53 -0500 Received: from fw.wantstofly.org ([80.101.37.227]:46705 "EHLO mail.wantstofly.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752349Ab0LMLWw (ORCPT ); Mon, 13 Dec 2010 06:22:52 -0500 Date: Mon, 13 Dec 2010 12:22:47 +0100 From: Lennert Buytenhek To: Tejun Heo Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, davem@davemloft.net, Jay Cliburn , Michael Chan , Divy Le Ray , e1000-devel@lists.sourceforge.net, Vasanthy Kolluri , Samuel Ortiz , Andrew Gallatin , Francois Romieu , Ramkrishna Vepa , Matt Carlson , David Brownell , Shreyas Bhatewara Subject: Re: [PATCH 2/9] drivers/net: don't use flush_scheduled_work() Message-ID: <20101213112247.GW15575@mail.wantstofly.org> References: <1292169185-10579-1-git-send-email-tj@kernel.org> <1292169185-10579-3-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1292169185-10579-3-git-send-email-tj@kernel.org> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1727 Lines: 44 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 > Cc: "David S. Miller" > Cc: Jay Cliburn > Cc: Michael Chan > Cc: Divy Le Ray > Cc: e1000-devel@lists.sourceforge.net > Cc: Vasanthy Kolluri > Cc: Samuel Ortiz > Cc: Lennert Buytenhek > Cc: Andrew Gallatin > Cc: Francois Romieu > Cc: Ramkrishna Vepa > Cc: Matt Carlson > Cc: David Brownell > Cc: Shreyas Bhatewara > Cc: netdev@vger.kernel.org For the mv643xx_eth part: Acked-by: Lennert Buytenhek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/