From dde540e413eba6d22a4515659dd72262b8a01af4 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 24 Mar 2025 18:46:29 +0100 Subject: fuse: Add ring creation Signed-off-by: Bernd Schubert --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 957c5fc..c1f8fe6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -24,3 +24,6 @@ option('disable-libc-symbol-version', type : 'boolean', value : false, option('enable-usdt', type : 'boolean', value : false, description: 'Enable user statically defined tracepoints for extra observability') + +option('enable-io-uring', type: 'boolean', value: true, + description: 'Enable fuse-over-io-uring support') -- cgit v1.2.3