Skip to content
Commit 32a6c723 authored by Kees Cook's avatar Kees Cook Committed by Thomas Gleixner
Browse files

workqueue: Convert timers to use timer_setup() (part 2)



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. (The prior workqueue
patch missed a few timers.)

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Link: https://lkml.kernel.org/r/20171016225825.GA99101@beast


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent c310ce4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment