OSDN Git Service

posix-cpu-timers: Move expiry cache into struct posix_cputimers
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Aug 2019 19:09:06 +0000 (21:09 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Aug 2019 09:50:35 +0000 (11:50 +0200)
commit3a245c0f110e2bfcf7f2cd2248a29005c78999e3
treee567b3e5ebfc8d4abf1a5efc043290daf1d4021c
parent9eacb5c7e6607aba00a7322b21cad83fc8b101c8
posix-cpu-timers: Move expiry cache into struct posix_cputimers

The expiry cache belongs into the posix_cputimers container where the other
cpu timers information is.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lkml.kernel.org/r/20190821192921.014444012@linutronix.de
include/linux/posix-timers.h
include/linux/sched.h
include/linux/sched/signal.h
kernel/fork.c
kernel/sched/rt.c
kernel/time/posix-cpu-timers.c