Re: [patch V2 19/38] posix-cpu-timers: Move expiry cache into struct posix_cputimers

2019-08-22 Thread Frederic Weisbecker
On Wed, Aug 21, 2019 at 09:09:06PM +0200, Thomas Gleixner wrote: > The expiry cache belongs into the posix_cputimers container where the other > cpu timers information is. > > Signed-off-by: Thomas Gleixner Reviewed-by: Frederic Weisbecker

[patch V2 19/38] posix-cpu-timers: Move expiry cache into struct posix_cputimers

2019-08-21 Thread Thomas Gleixner
The expiry cache belongs into the posix_cputimers container where the other cpu timers information is. Signed-off-by: Thomas Gleixner --- V2: Adapt to previous change of empty struct and move the group init out of line to avoid include hell. --- include/linux/posix-timers.h | 24