From 0a76670183f484461cf7d69c2761cfd65547500f Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Mon, 26 Aug 2024 19:33:47 +0200 Subject: getattr: Make use of FUSE_GETATTR_FH in lowlevel examples High level examples were already using it, but not lowlevel. Also update the documentation. --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3