From: Manuel Jacob Date: Fri, 23 Apr 2021 07:31:37 +0000 (+0200) Subject: Add missing exceptions to fuse_reply_err() documentation. (#597) X-Git-Tag: fuse-3.10.4~11 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d85d26b88c9498317069861b13920565b77a8aee;p=qemu-gpiodev%2Flibfuse.git Add missing exceptions to fuse_reply_err() documentation. (#597) Co-authored-by: Manuel Jacob --- 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