]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
block: swim3: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 17 Oct 2017 22:32:27 +0000 (15:32 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Nov 2017 03:11:57 +0000 (20:11 -0700)
commitb5775a6ba373f1a6e41723ab54c8a4b0fb6f0f00
tree4884c43b94990c26b69d7a31e5e8df15a997f7f7
parent0e0cc9df86bc56e5d55a72e0adf530d6f7fe8628
block: swim3: 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: Jens Axboe <axboe@kernel.dk>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/swim3.c