OSDN Git Service

posix-cpu-timers: Move state tracking to struct posix_cputimers
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:24 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:42 +0000 (11:50 +0200)
commit244d49e30653658d4e7e9b2b8427777cbbc5affe
tree97754f775acd11c4bc98b43f69234dfb525cb175
parent8991afe2640d05a805eba01277856e8549cdc838
posix-cpu-timers: Move state tracking to struct posix_cputimers

Put it where it belongs and clean up the ifdeffery in fork completely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190821192922.743229404@linutronix.de
include/linux/posix-timers.h
include/linux/sched/cputime.h
include/linux/sched/signal.h
init/init_task.c
kernel/fork.c
kernel/time/posix-cpu-timers.c