2023-04-23 02:37:53

by Josh Triplett

[permalink] [raw]
Subject: Re: [PATCH v3] ext4: Add a uapi header for ext4 userspace APIs

On Sun, Apr 02, 2023 at 11:37:52AM +0900, Josh Triplett wrote:
> Create a uapi header include/uapi/linux/ext4.h, move the ioctls and
> associated data structures to the uapi header, and include it from
> fs/ext4/ext4.h.
>
> Signed-off-by: Josh Triplett <[email protected]>
> ---

Following up on this: would it be possible to get this in the 6.4 ext4
pull request? It'd be really helpful to have this UAPI header available,
for the benefit of tools that generate bindings to ioctls.