diff options
author | izxl007 <zeng.zheng@zte.com.cn> | 2025-06-09 23:19:14 +0800 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-06-12 14:39:10 +0200 |
commit | e64a6164ff71911e4c3bd492ceb0532705c1e733 (patch) | |
tree | d9f82ab23ff7d019bec082ca9c92c8dc24766e22 /lib/fuse_loop.c | |
parent | 324f1c7f4aa3f5ad0f88a56794fa3db9e55da430 (diff) | |
download | libfuse-e64a6164ff71911e4c3bd492ceb0532705c1e733.tar.gz |
help: Remove duplicate io_uring options from fuse_cmdline_help
The io_uring options are currently shown in both fuse_cmdline_help()
and fuse_lowlevel_help(), which creates unnecessary duplication. Since
io_uring is a low-level I/O feature, it makes more sense to only show
these options in fuse_lowlevel_help().
This change:
- Removes io_uring options from fuse_cmdline_help()
- Keeps them in fuse_lowlevel_help() where they belong
- Removes the FIXME comment that is no longer needed
This is purely a documentation improvement and does not affect any
functionality. Users will still see all available options when using
--help, just organized in a more logical way.
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
Diffstat (limited to 'lib/fuse_loop.c')
0 files changed, 0 insertions, 0 deletions