From d393ffa85b0926374c8df543a9ffc81b1d0ce232 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 17:53:01 +0100 Subject: Synchronize fuse_kernel.h with linux-6.14 Also add FUSE_CAP_OVER_IO_URING Signed-off-by: Bernd Schubert --- include/fuse_common.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index 582505f..f1d4b17 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -7,7 +7,6 @@ /** @file */ -#include #if !defined(FUSE_H_) && !defined(FUSE_LOWLEVEL_H_) #error "Never include directly; use or instead." #endif @@ -24,6 +23,7 @@ #include "fuse_opt.h" #include "fuse_log.h" #include +#include #include #include @@ -515,6 +515,11 @@ struct fuse_loop_config_v1 { */ #define FUSE_CAP_NO_EXPORT_SUPPORT (1 << 30) +/** + * Indicates support for io-uring between fuse-server and fuse-client + */ +#define FUSE_CAP_OVER_IO_URING (1 << 31) + /** * Ioctl flags * -- cgit v1.2.3