Re: [PATCH] Decouple build from userspace headers

From: Alexey Dobriyan
Date: Wed Jul 14 2021 - 13:17:03 EST


On Wed, Jul 14, 2021 at 04:56:46PM +0100, Christoph Hellwig wrote:
> 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.

And get accused of KPI padding? :-)