]> git.baikalelectronics.ru Git - kernel.git/commit
workqueue: Convert timers to use timer_setup() (part 2)
authorKees Cook <keescook@chromium.org>
Mon, 16 Oct 2017 22:58:25 +0000 (15:58 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 18 Oct 2017 15:04:25 +0000 (17:04 +0200)
commit2a800275a90cb643840b7aa3d9444d835205c3e5
tree188c87d2527c73807c330e65e2702f01ed149d76
parent63dc1ca2ab65f14ea88204fb509c3323d646526f
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: Kees Cook <keescook@chromium.org>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Link: https://lkml.kernel.org/r/20171016225825.GA99101@beast
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/workqueue.c