Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756764Ab0LMV1x (ORCPT ); Mon, 13 Dec 2010 16:27:53 -0500 Received: from mail-gx0-f180.google.com ([209.85.161.180]:52730 "EHLO mail-gx0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754724Ab0LMV1v (ORCPT ); Mon, 13 Dec 2010 16:27:51 -0500 Message-ID: <4D068FD1.8080304@myri.com> Date: Mon, 13 Dec 2010 16:27:45 -0500 From: Andrew Gallatin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 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 , Lennert Buytenhek , Francois Romieu , Ramkrishna Vepa , Matt Carlson , David Brownell , Shreyas Bhatewara Subject: Re: [PATCH 2/9] drivers/net: don't use flush_scheduled_work() References: <1292169185-10579-1-git-send-email-tj@kernel.org> <1292169185-10579-3-git-send-email-tj@kernel.org> In-Reply-To: <1292169185-10579-3-git-send-email-tj@kernel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1681 Lines: 45 On 12/12/10 10:52, 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 myri10ge part: Acked-by: Andrew Gallatin -- 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/