Searched hist:b5775a6ba373f1a6e41723ab54c8a4b0fb6f0f00 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | swim3.c | diff b5775a6ba373f1a6e41723ab54c8a4b0fb6f0f00 Tue Oct 17 17:32:27 CDT 2017 Kees Cook <keescook@chromium.org> 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>
|