Re: [PATCH] fuse: uapi: use UAPI types
From: Thomas Weißschuh
Date: Mon Dec 22 2025 - 05:10:40 EST
On Mon, Dec 22, 2025 at 09:54:08AM +0100, Arnd Bergmann wrote:
> On Mon, Dec 22, 2025, at 09:06, Thomas Weißschuh wrote:
> > Using libc types and headers from the UAPI headers is problematic as it
> > introduces a dependency on a full C toolchain.
> >
> > Use the fixed-width integer types provided by the UAPI headers instead.
> >
> > Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
>
> Acked-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> Please check the whitespace though:
Yeah, I forgot to doublecheck this patch.
Thanks for noticing.