From: jacob Date: Thu, 3 Feb 2005 19:49:20 +0000 (+0000) Subject: ignore _netdev as well X-Git-Tag: v1_8_0_110~486^5~44 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=05eb376c3da9b411a1be96a608eea4b188a99482;p=fs%2Flustre-release.git ignore _netdev as well --- 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) {