ext4: Add a uapi header for ext4 userspace APIs
authorJosh Triplett <josh@joshtriplett.org>
Sun, 2 Apr 2023 02:37:42 +0000 (11:37 +0900)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Apr 2023 03:39:42 +0000 (23:39 -0400)
commit519fe1bae7e20fc4e7f179d50b6102b49980e85d
treecd7b7ebd90d2c147551067cef51a2c635196bc43
parent17809d3cf801374d7c23101800770ea34951f3c8
ext4: Add a uapi header for ext4 userspace APIs

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 <josh@joshtriplett.org>
Link: https://lore.kernel.org/r/680175260970d977d16b5cc7e7606483ec99eb63.1680402881.git.josh@joshtriplett.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MAINTAINERS
fs/ext4/ext4.h
include/uapi/linux/ext4.h [new file with mode: 0644]