On Tue, Apr 18, 2017 at 01:11:10PM +0200, Thomas Gleixner wrote:
> +struct tmigr_cpu {
> +     raw_spinlock_t          lock;
> +     bool                    online;
> +     struct tmigr_event      cpuevt;
> +     struct tmigr_group      *tmgroup;
> +};

My pet hatred; bool in composite types.

Reply via email to