Files
libfuse/doc/README.fuse_reply_errors
Zeno Sebastian Endemann fd57ba30e3 fuse_lowlevel.h: remove incorrect documentation (#1357)
It seems fuse_reply_open() cannot actually return -ENOENT under
recoverable conditions, so remove the corresponding paragraph
claiming otherwise.

For a discussion on this see
https://github.com/libfuse/libfuse/discussions/1262

Also add an additional note file, which explains fuse_reply errors

Signed-off-by: Zeno Endemann <zeno.endemann@mailbox.org>
2025-10-29 14:55:39 +01:00

6 lines
177 B
Plaintext

Under normal operation, a call to any fuse_reply_* function should not result
in an error.
Should the kernel abort the fuse connection, a fuse_reply_* call can return
-ENOENT.