From: Bernd Schubert Date: Mon, 13 Jan 2025 14:50:19 +0000 (+0100) Subject: Update doxygen/comments for fuse_reply_open/fuse_reply_create X-Git-Tag: fuse-3.17.1-rc0~18 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e57c6fd52b6bf83588d814880548fa4e281ca15c;p=qemu-gpiodev%2Flibfuse.git Update doxygen/comments for fuse_reply_open/fuse_reply_create Comments for fuse_reply_open and fuse_reply_create and with that doxygen had not been updated for parallel_direct_writes and others. Signed-off-by: Bernd Schubert --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 0fa2039..f8213ca 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1381,7 +1381,8 @@ int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e); * Reply with a directory entry and open parameters * * currently the following members of 'fi' are used: - * fh, direct_io, keep_cache + * fh, direct_io, keep_cache, cache_readdir, nonseekable, noflush, + * parallel_direct_writes * * Possible requests: * create @@ -1440,7 +1441,8 @@ int fuse_passthrough_close(fuse_req_t req, int backing_id); * Reply with open parameters * * currently the following members of 'fi' are used: - * fh, direct_io, keep_cache + * fh, direct_io, keep_cache, cache_readdir, nonseekable, noflush, + * parallel_direct_writes, * * Possible requests: * open, opendir