From: adilger Date: Sat, 4 Jun 2005 23:59:04 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~1^25~8^2~57 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6614f379168bbf9e8b98d06570bd4ec400959ca0;p=fs%2Flustre-release.git Branch b1_4 Ignore "sec" option to avoid buffalo breakage. Hopefully temporary. --- diff --git a/lustre/utils/llmount.c b/lustre/utils/llmount.c index d0f788c..12c8962 100644 --- a/lustre/utils/llmount.c +++ b/lustre/utils/llmount.c @@ -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);