aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index b05152d..36b168c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -480,9 +480,15 @@ struct fuse_operations {
unsigned int flag_nopath:1;
/**
+ * Flag indicating that the filesystem accepts special
+ * UTIME_NOW and UTIME_OMIT values in its utimens operation.
+ */
+ unsigned int flag_utime_omit_ok:1;
+
+ /**
* Reserved flags, don't set
*/
- unsigned int flag_reserved:30;
+ unsigned int flag_reserved:29;
/**
* Ioctl