net: tipc: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Mon, 30 Oct 2017 21:06:45 +0000 (14:06 -0700)
committerDavid S. Miller <[email protected]>
Wed, 1 Nov 2017 03:38:45 +0000 (12:38 +0900)
commit31b102bb501bea50ebc10f4aecf9d788305b8b87
treef89a272ba7cd7bd71fe6ffdbb966d30e66cd12de
parent1556770a1a071435ba7e67c1bc809099dc1de849
net: tipc: 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: Jon Maloy <[email protected]>
Cc: Ying Xue <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/tipc/discover.c
net/tipc/monitor.c
net/tipc/node.c
net/tipc/socket.c
net/tipc/subscr.c