summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs/fuse/fuse.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/netfs/fuse/fuse.cpp b/netfs/fuse/fuse.cpp
index 559c57c..9887e7b 100644
--- a/netfs/fuse/fuse.cpp
+++ b/netfs/fuse/fuse.cpp
@@ -45,6 +45,9 @@ NetFS::FuseApp::opt_parse(void *, const char * arg, int, struct fuse_args *)
if (strncmp(arg, "--Ice.", 6) == 0) {
return 0;
}
+ else if (strncmp(arg, "_netdev", 7) == 0) {
+ return 0;
+ }
else if (arg[0] == '-') {
return 1;
}