We don't need -odebug for the fuse nfs client anymore
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 05:01:11 +0000 (21:01 -0800)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 4 Nov 2013 05:01:11 +0000 (21:01 -0800)
examples/fuse_nfs.c

index 7e9eba6e02360cae8287e4e67ccfd75f8c80a4f9..fa30764d2e1e5a4f46dd3256c167e45047173482 100644 (file)
@@ -214,11 +214,10 @@ int main(int argc, char *argv[])
        char *url = NULL;
        char *mnt = NULL;
        char *server = NULL, *export = NULL, *strp;
-       int fuse_nfs_argc = 6;
+       int fuse_nfs_argc = 5;
        char *fuse_nfs_argv[16] = {
                "fuse-nfs",
                "<export>",
-               "-odebug",
                "-oallow_other",
                "-odefault_permissions",
                "-omax_write=32768",
@@ -232,6 +231,7 @@ int main(int argc, char *argv[])
                NULL,
                NULL,
                NULL,
+               NULL,
         };
 
        while ((c = getopt_long(argc, argv, "?hm:n:", long_opts,