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
Showing
- block/blk-mq.c 1 addition, 1 deletionblock/blk-mq.c
- drivers/staging/android/vsoc.c 1 addition, 1 deletiondrivers/staging/android/vsoc.c
- include/linux/hrtimer.h 1 addition, 2 deletionsinclude/linux/hrtimer.h
- include/linux/wait.h 1 addition, 1 deletioninclude/linux/wait.h
- kernel/futex.c 1 addition, 1 deletionkernel/futex.c
- kernel/time/hrtimer.c 4 additions, 4 deletionskernel/time/hrtimer.c
- net/core/pktgen.c 1 addition, 1 deletionnet/core/pktgen.c
Loading
Please register or sign in to comment