]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/tipc/subscr.c
net: tipc: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Mon, 30 Oct 2017 21:06:45 +0000 (14:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
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 <jon.maloy@ericsson.com>
Cc: Ying Xue <ying.xue@windriver.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Cc: tipc-discussion@lists.sourceforge.net
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/discover.c
net/tipc/monitor.c
net/tipc/node.c
net/tipc/socket.c
net/tipc/subscr.c