Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Sat, 4 Jun 2005 23:59:04 +0000 (23:59 +0000)
committeradilger <adilger>
Sat, 4 Jun 2005 23:59:04 +0000 (23:59 +0000)
Ignore "sec" option to avoid buffalo breakage.  Hopefully temporary.

lustre/utils/llmount.c

index d0f788c..12c8962 100644 (file)
@@ -328,6 +328,8 @@ int parse_options(char *options, struct lustre_mount_data *lmd, int *flagp)
                                 lmd->lmd_server_nid = nid;
                         } else if (!strcmp(opt, "port")) {
                                 lmd->lmd_port = val;
+                        } else if (!strcmp(opt, "sec")) {
+                                /* do nothing */
                         } else {
                                 fprintf(stderr, "%s: unknown option '%s'\n",
                                         progname, opt);