From: yury Date: Mon, 14 Jun 2004 06:47:32 +0000 (+0000) Subject: Small fix in liblustre. X-Git-Tag: 1.3.4~747 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5f31f03c3b409b984f88e9b1b55a72b14a41aa09;p=fs%2Flustre-release.git Small fix in liblustre. --- diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c index 62704f0..16437bc 100644 --- a/lustre/liblustre/llite_lib.c +++ b/lustre/liblustre/llite_lib.c @@ -434,7 +434,7 @@ int liblustre_process_log(struct config_llog_instance *cfg, int allow_recov) exp = class_conn2export(&mdc_conn); ctxt = exp->exp_obd->obd_llog_ctxt[LLOG_CONFIG_REPL_CTXT]; - rc = class_config_process_llog(ctxt, g_zconf_profile, NULL, lcfg); + rc = class_config_process_llog(ctxt, g_zconf_profile, &lcfg); if (rc) CERROR("class_config_process_llog failed: rc = %d\n", rc);