From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751694AbdJXSQC (ORCPT ); Tue, 24 Oct 2017 14:16:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47016 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751294AbdJXSP6 (ORCPT ); Tue, 24 Oct 2017 14:15:58 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 94D186A7D8 Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=msnitzer@redhat.com Date: Tue, 24 Oct 2017 14:15:55 -0400 From: Mike Snitzer To: Jens Axboe Cc: Kees Cook , Michael Lyle , linux-bcache@vger.kernel.org, LKML , linux-raid@vger.kernel.org, dm-devel@redhat.com, Shaohua Li , Kent Overstreet , Alasdair Kergon Subject: Re: md: Convert timers to use timer_setup() Message-ID: <20171024181555.GA22647@redhat.com> References: <20171017000148.GA102867@beast> <390e7ce2-fda1-ad11-6c96-0ea44615c845@lyle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 24 Oct 2017 18:15:58 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18 2017 at 11:12pm -0400, Jens Axboe wrote: > > > On Oct 18, 2017, at 9:06 PM, Kees Cook wrote: > > > >> On Mon, Oct 16, 2017 at 8:06 PM, Michael Lyle wrote: > >>> On 10/16/2017 05:01 PM, Kees Cook wrote: > >>> In preparation for unconditionally passing the struct timer_list pointer to > >>> all timer callbacks, switch to using the new timer_setup() and from_timer() > >>> to pass the timer pointer explicitly. > >>> > >>> Cc: Kent Overstreet > >>> Cc: Shaohua Li > >>> Cc: Alasdair Kergon > >>> Cc: Mike Snitzer > >>> Cc: dm-devel@redhat.com > >>> Cc: linux-bcache@vger.kernel.org > >>> Cc: linux-raid@vger.kernel.org > >>> Signed-off-by: Kees Cook > >> > >> This looks good to me-- I'm fine with Jens or someone else picking this > >> up directly, or would take a bcache-specific one to apply to my tree. > >> > >> Reviewed-by: Michael Lyle > > > > Jens, can you pick this up, or would you prefer I split it up? Jens, would you be OK picking it up from patchwork? If so, see: https://patchwork.kernel.org/patch/10010303/ You can add mine too: Reviewed-by: Mike Snitzer