diff options
Diffstat (limited to 'example/fusexmp_fh.c')
-rw-r--r-- | example/fusexmp_fh.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index 4949675..b86d3f6 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -484,6 +484,8 @@ static struct fuse_operations xmp_oper = { .removexattr = xmp_removexattr, #endif .lock = xmp_lock, + + .flag_nullpath_ok = 1, }; int main(int argc, char *argv[]) |