Skip to content
  • Kees Cook's avatar
    scsi: fcoe: Convert timers to use timer_setup() · 13059106
    Kees Cook authored
    
    
    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: QLogic-Storage-Upstream@qlogic.com
    Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
    Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
    Cc: Johannes Thumshirn <jth@kernel.org>
    Cc: linux-scsi@vger.kernel.org
    Cc: fcoe-devel@open-fcoe.org
    Signed-off-by: default avatarKees Cook <keescook@chromium.org>
    Acked-by: default avatarJohannes Thumshirn <jth@kernel.org>
    13059106