Re: [patch 42/44] posix-cpu-timers: Move state tracking to struct posix_cputimers

From: Thomas Gleixner
Date: Mon Aug 19 2019 - 16:29:58 EST


On Mon, 19 Aug 2019, Ingo Molnar wrote:

>
> * Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> > Put it where it belongs and cleanup the ifdeffery in fork completely.
>
> s/cleanup
> /clean up
>
> > * posix_cputimers - Container for posix CPU timer related data
> > * @expiries: Earliest-expiration cache array based
> > + * @timers_active: Timers are queued.
> > + * @expiry_active: Timer expiry is active. Used for
> > + * process wide timers to avoid multiple
> > + * trying to handle expiry
>
> 'to avoid multiple trying to handle expiry'?
>
> Should this be: 'to avoid multiple tasks trying to handle expiry'?

Yup.