[PATCH] scsi: ibmvscsi: Convert timers to use timer_setup()

Tyrel Datwyler tyreld at linux.vnet.ibm.com
Wed Nov 1 08:46:40 AEDT 2017


On 10/25/2017 03:06 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: "Martin K. Petersen" <martin.petersen at oracle.com>
> Cc: Tyrel Datwyler <tyreld at linux.vnet.ibm.com>
> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> Cc: Paul Mackerras <paulus at samba.org>
> Cc: Michael Ellerman <mpe at ellerman.id.au>
> Cc: "James E.J. Bottomley" <jejb at linux.vnet.ibm.com>
> Cc: linux-scsi at vger.kernel.org
> Cc: linuxppc-dev at lists.ozlabs.org
> Signed-off-by: Kees Cook <keescook at chromium.org>
> ---
>  drivers/scsi/ibmvscsi/ibmvfc.c   | 14 ++++++--------
>  drivers/scsi/ibmvscsi/ibmvscsi.c |  7 +++----
>  2 files changed, 9 insertions(+), 12 deletions(-)

Acked-by: Tyrel Datwyler <tyreld at linux.vnet.ibm.com>



More information about the Linuxppc-dev mailing list