diff options
author | Bernd Schubert <bschubert@ddn.com> | 2025-04-28 21:47:27 +0200 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-04-28 22:51:28 +0200 |
commit | e122b3faf365df72ca397b8ed88e7dcff8789cca (patch) | |
tree | e5614e8f13f74407bab85513631c2a127f5f5a0e /lib/fuse_uring.c | |
parent | e70f91cb6387a4e14e7a4a4ebe9dc1100cbc1126 (diff) | |
download | libfuse-e122b3faf365df72ca397b8ed88e7dcff8789cca.tar.gz |
Add a README for fuse-over-io-uring
Also update the comment description of fuse_uring.c
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Diffstat (limited to 'lib/fuse_uring.c')
-rw-r--r-- | lib/fuse_uring.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fuse_uring.c b/lib/fuse_uring.c index 55d68fa..62c5a4d 100644 --- a/lib/fuse_uring.c +++ b/lib/fuse_uring.c @@ -2,8 +2,7 @@ * FUSE: Filesystem in Userspace * Copyright (C) 2025 Bernd Schubert <bschubert@ddn.com> * - * Implementation of (most of) the low-level FUSE API. The session loop - * functions are implemented in separate files. + * Implementation of (most of) FUSE-over-io-uring. * * This program can be distributed under the terms of the GNU LGPLv2. * See the file COPYING.LIB |