From 30ece080006087a7e615cce3f7fc51b6d8a5d5bf Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 Feb 2008 17:22:15 +0000 Subject: Support receiving file handle from kernel in GETATTR request; Allow operations with a NULL path argument, if the filesystem supports it --- example/fusexmp_fh.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example/fusexmp_fh.c') 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[]) -- cgit v1.2.3