From 05eb376c3da9b411a1be96a608eea4b188a99482 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 3 Feb 2005 19:49:20 +0000 Subject: [PATCH] ignore _netdev as well --- lustre/utils/llmount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/utils/llmount.c b/lustre/utils/llmount.c index e44b49b..dbae148 100644 --- a/lustre/utils/llmount.c +++ b/lustre/utils/llmount.c @@ -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) { -- 1.8.3.1