]> git.ipfire.org Git - thirdparty/linux.git/commit
vfs: add needed headers for new struct delegation definition
authorJeff Layton <jlayton@kernel.org>
Fri, 28 Nov 2025 09:55:09 +0000 (10:55 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 28 Nov 2025 09:55:34 +0000 (10:55 +0100)
commit4be9e04ebf75a5c4478c1c6295e2122e5dc98f5f
treefa495c8262e0091220433298f25e9468d2ada34f
parent01c9c30aae317adc3ae7246f545b2c83b16ff314
vfs: add needed headers for new struct delegation definition

The definition of struct delegation uses stdint.h integer types. Add the
necessary headers to ensure that always works.

Fixes: 1602bad16d7d ("vfs: expose delegation support to userland")
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/uapi/linux/fcntl.h