]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/lapb: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 17 Oct 2017 00:28:46 +0000 (17:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Oct 2017 11:39:36 +0000 (12:39 +0100)
commit83a37b3292f4aca799b355179ad6fbdd78a08e10
tree271eed94148ad2d327f999bd4270bc341684887e
parenteb4ddaf474285a4c6986f4a1c3205bdb0bed2da9
net/lapb: 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: "David S. Miller" <davem@davemloft.net>
Cc: Hans Liljestrand <ishkamiel@gmail.com>
Cc: "Reshetova, Elena" <elena.reshetova@intel.com>
Cc: linux-x25@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>
net/lapb/lapb_iface.c
net/lapb/lapb_timer.c