From d85d26b88c9498317069861b13920565b77a8aee Mon Sep 17 00:00:00 2001 From: Manuel Jacob Date: Fri, 23 Apr 2021 09:31:37 +0200 Subject: [PATCH] Add missing exceptions to fuse_reply_err() documentation. (#597) Co-authored-by: Manuel Jacob --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2