Re: [PATCH] Decouple build from userspace headers

From: Christoph Hellwig
Date: Wed Jul 14 2021 - 11:58:25 EST


On Wed, Jul 14, 2021 at 06:54:08PM +0300, Alexey Dobriyan wrote:
> On Wed, Jul 14, 2021 at 03:22:08PM +0100, Christoph Hellwig wrote:
> > > -#define signals_blocked false
> > > +#define signals_blocked 0
> >
> > Why can't we get at the kernel definition of false here?
>
> Variable and other code surrounding this wants "int".
> I don't really want to expand into bool conversion.

Maybe split this into a separate prep patch then.