From 30f917561107cb775043acb59ee32ece8e522051 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 24 Feb 2005 23:55:36 +0000 Subject: [PATCH] Branch: b1_4 Quiet verbose and mostly useless message (printed loc_llcd == NULL always). --- lustre/ptlrpc/recov_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 1.8.3.1