Whamcloud - gitweb
ignore _netdev as well
authorjacob <jacob>
Thu, 3 Feb 2005 19:49:20 +0000 (19:49 +0000)
committerjacob <jacob>
Thu, 3 Feb 2005 19:49:20 +0000 (19:49 +0000)
lustre/utils/llmount.c

index e44b49b..dbae148 100644 (file)
@@ -226,7 +226,8 @@ static int parse_route(char *opteq, char *opttgts)
 static int ignored_option(const char *check)
 {
         char *ignore[] = { "noatime", "async", "rw", "suid", "dev",
-                           "exec", "nouser", "auto", "noauto", NULL };
+                           "exec", "nouser", "auto", "noauto", "_netdev", 
+                           NULL };
         char **which = ignore;
 
         while (*which != NULL) {