aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorBernd Schubert <bschubert@ddn.com>2024-08-26 19:33:47 +0200
committerBernd Schubert <bernd.schubert@fastmail.fm>2024-09-12 18:21:25 +0200
commit0a76670183f484461cf7d69c2761cfd65547500f (patch)
treeaa97a12fc2e834e4810ea5409e760042eb9a2ca0 /include/fuse_lowlevel.h
parent373ddc7eae7b0c684fc4ab29d8addfa3b9e99e1e (diff)
downloadlibfuse-0a76670183f484461cf7d69c2761cfd65547500f.tar.gz
getattr: Make use of FUSE_GETATTR_FH in lowlevel examples
High level examples were already using it, but not lowlevel. Also update the documentation.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index e62e24c..e5c308c 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -303,7 +303,7 @@ struct fuse_lowlevel_ops {
*
* @param req request handle
* @param ino the inode number
- * @param fi for future use, currently always NULL
+ * @param fi file information, or NULL
*/
void (*getattr) (fuse_req_t req, fuse_ino_t ino,
struct fuse_file_info *fi);