net: sctp: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 24 Oct 2017 08:45:31 +0000 (01:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Oct 2017 03:02:09 +0000 (12:02 +0900)
commit9c3b57518363577d4e2ea1964ef4fa03e100beaa
treec5edc8dbd5ca3e255e60f5fc32b845e0f6b8ec2a
parenta4cdd9ff1fa4e3a558e2a3b7e6fac3f3105d47c3
net: sctp: 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: Vlad Yasevich <vyasevich@gmail.com>
Cc: Neil Horman <nhorman@tuxdriver.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: linux-sctp@vger.kernel.org
Cc: netdev@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sm.h
net/sctp/associola.c
net/sctp/protocol.c
net/sctp/sm_sideeffect.c
net/sctp/transport.c