diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index 924c6fb48f5d6ccab7440bdb83c049f1e5425910..c56aa8feab5757693ef509deeeb9d01d3c8dfa45 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -908,8 +908,7 @@ int class_process_proc_param(char *prefix, struct lprocfs_vars *lvars, if (!matched) { CERROR("%s: unknown param %s\n", (char *)lustre_cfg_string(lcfg, 0), key); - rc = -EINVAL; - /* continue parsing other params */ + /* rc = -EINVAL; continue parsing other params */ } else { LCONSOLE_INFO("%s.%.*s: set parameter %.*s=%s\n", (char *)lustre_cfg_string(lcfg, 0),