summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2021-04-23 09:31:37 +0200
committerGitHub <noreply@github.com>2021-04-23 08:31:37 +0100
commitd85d26b88c9498317069861b13920565b77a8aee (patch)
treebf3245caf34afc27d4382a2b39daf1af93ea9896
parent10bb961f630ee61dc7d0b5ba98df0a9dd80ddb5c (diff)
downloadfuse-d85d26b88c9498317069861b13920565b77a8aee.tar.gz
Add missing exceptions to fuse_reply_err() documentation. (#597)
Co-authored-by: Manuel Jacob <test>
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index a5c5300..95737eb 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1251,7 +1251,7 @@ struct fuse_lowlevel_ops {
* Reply with an error code or success.
*
* Possible requests:
- * all except forget
+ * all except forget, forget_multi, retrieve_reply
*
* Wherever possible, error codes should be chosen from the list of
* documented error conditions in the corresponding system calls