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, 1 insertions, 7 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 34498ca..503776b 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -88,15 +88,9 @@ 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:31;
/** Get file attributes.
*