From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751526AbdJSDMF (ORCPT ); Wed, 18 Oct 2017 23:12:05 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:52225 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbdJSDMD (ORCPT ); Wed, 18 Oct 2017 23:12:03 -0400 X-Google-Smtp-Source: ABhQp+T0UgrEWy9WYBZmGM/2O62V9ieNMLXT0VQwN7b46hw9bsUheotxj226EvnIyyK9mrpP1b7jqQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: [PATCH] md: Convert timers to use timer_setup() From: Jens Axboe X-Mailer: iPhone Mail (15B5086a) In-Reply-To: Date: Wed, 18 Oct 2017 21:12:00 -0600 Cc: Michael Lyle , Shaohua Li , Kent Overstreet , Alasdair Kergon , Mike Snitzer , dm-devel@redhat.com, linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, LKML Message-Id: References: <20171017000148.GA102867@beast> <390e7ce2-fda1-ad11-6c96-0ea44615c845@lyle.org> To: Kees Cook Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v9J3CAtP009023 > 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? I can pick it up, but I don’t think I was ever cc’ed on the original.