Add missing exceptions to fuse_reply_err() documentation. (#597)
authorManuel Jacob <me@manueljacob.de>
Fri, 23 Apr 2021 07:31:37 +0000 (09:31 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 07:31:37 +0000 (08:31 +0100)
Co-authored-by: Manuel Jacob <test>
include/fuse_lowlevel.h

index a5c5300e7e6176c83e91a1fdc3240ebafc936526..95737eb0c4cbff46d7aae1cd7222c77dbc581524 100644 (file)
@@ -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