From 4496de197143a9c8aa57b5ebbf45c9941ec20b0b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 Feb 2013 08:03:02 +0100 Subject: libfuse: remove deprecated fuse_operations.utime_omit_ok --- include/fuse.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 34498ca..503776b 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -87,16 +87,10 @@ 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. * -- cgit v1.2.3