From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artur Paszkiewicz Subject: Re: [PATCH] scsi: isci: Convert timers to use timer_setup() Date: Fri, 6 Oct 2017 16:11:18 +0200 Message-ID: <90afd55d-8f48-70de-fb75-9ebf8a3c9b9e@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Kees Cook , "linux-kernel@vger.kernel.org" Cc: intel-linux-scu , "James E.J. Bottomley" , "Martin K. Petersen" , "linux-scsi@vger.kernel.org" , Thomas Gleixner List-Id: linux-scsi@vger.kernel.org On 10/05/2017 02:48 AM, 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: Intel SCU Linux support > Cc: Artur Paszkiewicz > Cc: "James E.J. Bottomley" > Cc: "Martin K. Petersen" > Cc: linux-scsi@vger.kernel.org > Cc: Thomas Gleixner > Signed-off-by: Kees Cook Reviewed-by: Artur Paszkiewicz