aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaian Benedicto <2220062+Caian@users.noreply.github.com>2023-10-28 09:45:21 -0300
committerGitHub <noreply@github.com>2023-10-28 13:45:21 +0100
commita466241b45d1dd0bf685513bdeefd6448b63beb6 (patch)
treeccb58ea2a44dfc1b7ec7b24f0587cd5a0ad6cbf0
parentc814e3fac0d0f9a9060b9c02f8396ee7bdad2d70 (diff)
downloadlibfuse-a466241b45d1dd0bf685513bdeefd6448b63beb6.tar.gz
Update fuse_common.h (#855)
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h
index 381149a..3ff14ec 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -48,7 +48,7 @@ extern "C" {
* descriptors can share a single file handle.
*/
struct fuse_file_info {
- /** Open flags. Available in open() and release() */
+ /** Open flags. Available in open(), release() and create() */
int flags;
/** In case of a write operation indicates if this was caused