aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2012-07-20 09:45:09 +0200
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2012-07-20 09:45:09 +0200
commit78c2cc25d5537063ae3a6f94578e1db2bb9ba0b6 (patch)
tree196565be4fad459083787eed0a2ccd283e7d9296 /example
parentd7d7ee9581a1a65527b9627e13bead27a429c777 (diff)
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.
Diffstat (limited to 'example')
-rw-r--r--example/fusexmp_fh.c1
1 files changed, 0 insertions, 1 deletions
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