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 --- example/fusexmp_fh.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example') diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 8c5a524..eea6b9b 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -553,10 +553,6 @@ static struct fuse_operations xmp_oper = { #endif .lock = xmp_lock, .flock = xmp_flock, - -#if HAVE_UTIMENSAT - .flag_utime_omit_ok = 1, -#endif }; int main(int argc, char *argv[]) -- cgit v1.2.3