aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2025-04-15 18:08:54 +0200
committerBernd Schubert <bernd@bsbernd.com>2025-04-28 19:57:39 +0200
commit71b6fb723aacd9c216c68db3cc1f4d87291cf408 (patch)
tree6051743e24da70de3202a22224466b5f469f7c3e /lib/helper.c
parent3824fabf8aaa6210876ac0519f451f4885c7ebbc (diff)
downloadlibfuse-71b6fb723aacd9c216c68db3cc1f4d87291cf408.tar.gz
fuse: Add io-uring options
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c6
1 files changed, 5 insertions, 1 deletions
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=<n> io-uring queue depth\n"
+);
}
static int fuse_helper_opt_proc(void *data, const char *arg, int key,