Update doxygen/comments for fuse_reply_open/fuse_reply_create
authorBernd Schubert <bschubert@ddn.com>
Mon, 13 Jan 2025 14:50:19 +0000 (15:50 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
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 <bschubert@ddn.com>
include/fuse_lowlevel.h

index 0fa20390dfeebfb332938ea4f760cbcfff4e3089..f8213cae13cddba9c673a4032e599e5a17c3f2a2 100644 (file)
@@ -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