]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
hrtimer: Remove task argument from hrtimer_init_sleeper()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 26 Jul 2019 18:30:49 +0000 (20:30 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 30 Jul 2019 21:57:51 +0000 (23:57 +0200)
commitb74494872555d1f7888dfd9225700a363f4a84fc
tree1135ad192836fe3c725448640608e3320549f5a1
parent511885d7061eda3eb1faf3f57dcc936ff75863f1
hrtimer: Remove task argument from hrtimer_init_sleeper()

All callers hand in 'current' and that's the only task pointer which
actually makes sense. Remove the task argument and set current in the
function.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20190726185752.791885290@linutronix.de
block/blk-mq.c
drivers/staging/android/vsoc.c
include/linux/hrtimer.h
include/linux/wait.h
kernel/futex.c
kernel/time/hrtimer.c
net/core/pktgen.c