scsi: libiscsi: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Wed, 11 Oct 2017 23:25:40 +0000 (16:25 -0700)
committerKees Cook <[email protected]>
Fri, 27 Oct 2017 09:22:00 +0000 (02:22 -0700)
commit2c4b9637b69cab846d8c443bf6775356321950c4
treeac26c87d36f52b00a79352e4a9512eaac0a63c1e
parent1f0849dac19ba35087e7a2056dde8206aa23c5e7
scsi: libiscsi: Convert timers to use timer_setup()

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: Lee Duncan <[email protected]>
Cc: Chris Leech <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: "Martin K. Petersen" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Reviewed-by: Chris Leech <[email protected]>
drivers/scsi/libiscsi.c