]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
md: Convert timers to use timer_setup()
authorKees Cook <keescook@chromium.org>
Tue, 17 Oct 2017 00:01:48 +0000 (17:01 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Nov 2017 03:11:57 +0000 (20:11 -0700)
commit8376d3c1f98988ae7f9e9bc2d1eeeb7d61fd206c
treea9114dbb27e59f227e1fddfb4bd667ecc700179f
parentb5775a6ba373f1a6e41723ab54c8a4b0fb6f0f00
md: 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: Kent Overstreet <kent.overstreet@gmail.com>
Cc: Shaohua Li <shli@kernel.org>
Cc: Alasdair Kergon <agk@redhat.com>
Cc: Mike Snitzer <snitzer@redhat.com>
Cc: dm-devel@redhat.com
Cc: linux-bcache@vger.kernel.org
Cc: linux-raid@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Michael Lyle <mlyle@lyle.org>
Reviewed-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/stats.c
drivers/md/dm-delay.c
drivers/md/dm-integrity.c
drivers/md/dm-raid1.c
drivers/md/md.c