aboutsummaryrefslogtreecommitdiff
path: root/include/fuse.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:02 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-08 08:03:02 +0100
commit4496de197143a9c8aa57b5ebbf45c9941ec20b0b (patch)
treed65d1e4b9d50b74238c1f3504b380a92cd7151c0 /include/fuse.h
parent276905bf14fccd9519dbd8a6025c58a51e945d2b (diff)
libfuse: remove deprecated fuse_operations.utime_omit_ok
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.
*