Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bed7e2
)
ignore _netdev as well
author
jacob
<jacob>
Thu, 3 Feb 2005 19:49:20 +0000
(19:49 +0000)
committer
jacob
<jacob>
Thu, 3 Feb 2005 19:49:20 +0000
(19:49 +0000)
lustre/utils/llmount.c
patch
|
blob
|
history
diff --git
a/lustre/utils/llmount.c
b/lustre/utils/llmount.c
index
e44b49b
..
dbae148
100644
(file)
--- 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) {