From 78c2cc25d5537063ae3a6f94578e1db2bb9ba0b6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 20 Jul 2012 09:45:09 +0200 Subject: Remove compatibility path handling This means that now NULL is a valid path for operations that take a file descriptor if the file was unlinked and hard_remove option is specified. --- example/fusexmp_fh.c | 1 - 1 file changed, 1 deletion(-) (limited to 'example') diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 2b0f616..8c5a524 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -554,7 +554,6 @@ static struct fuse_operations xmp_oper = { .lock = xmp_lock, .flock = xmp_flock, - .flag_nullpath_ok = 1, #if HAVE_UTIMENSAT .flag_utime_omit_ok = 1, #endif -- cgit v1.2.3