Re: [PATCH v2] sched/fair: don't push cfs_bandwith slack timers forward

From: Peter Zijlstra
Date: Tue Jun 11 2019 - 10:29:19 EST


On Tue, Jun 11, 2019 at 10:12:19AM -0400, Phil Auld wrote:

> That looks reasonable to me.
>
> Out of curiosity, why not bool? Is sizeof bool architecture dependent?

Yeah, sizeof(_Bool) is unspecified and depends on ABI. It is mostly 1,
but there are known cases where it is 4.