From: adilger Date: Thu, 24 Feb 2005 23:55:36 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_8_0_110~486^5~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=30f917561107cb775043acb59ee32ece8e522051;p=fs%2Flustre-release.git Branch: b1_4 Quiet verbose and mostly useless message (printed loc_llcd == NULL always). --- diff --git a/lustre/ptlrpc/recov_thread.c b/lustre/ptlrpc/recov_thread.c index 11d37b4..27c31a3 100644 --- a/lustre/ptlrpc/recov_thread.c +++ b/lustre/ptlrpc/recov_thread.c @@ -192,13 +192,13 @@ int llog_obd_repl_sync(struct llog_ctxt *ctxt, struct obd_export *exp) ENTRY; if (exp && (ctxt->loc_imp == exp->exp_imp_reverse)) { + CDEBUG(D_INFO, "reverse import disconnected, put llcd %p:%p\n", + ctxt->loc_llcd, ctxt); down(&ctxt->loc_sem); if (ctxt->loc_llcd != NULL) { llcd_put(ctxt->loc_llcd); ctxt->loc_llcd = NULL; } - CWARN("reverse import disconnected, put " - "llcd %p:%p\n", ctxt->loc_llcd, ctxt); ctxt->loc_imp = NULL; up(&ctxt->loc_sem); } else {