mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
fd57ba30e3
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>
6 lines
177 B
Plaintext
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.
|