From 71b6fb723aacd9c216c68db3cc1f4d87291cf408 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 15 Apr 2025 18:08:54 +0200 Subject: fuse: Add io-uring options Signed-off-by: Bernd Schubert --- lib/helper.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index 0b0dad2..5811c53 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -139,7 +139,11 @@ void fuse_cmdline_help(void) " -o max_idle_threads the maximum number of idle worker threads\n" " allowed (default: -1)\n" " -o max_threads the maximum number of worker threads\n" - " allowed (default: 10)\n"); + " allowed (default: 10)\n" + /* fuse_ll_opts in fuse_lowlevel.c, FIXME, call into that file */ + " -o io_uring enable io-uring\n" + " -o io_uring_q_depth= io-uring queue depth\n" +); } static int fuse_helper_opt_proc(void *data, const char *arg, int key, -- cgit v1.2.3