From a2e1e4bb04e9b50a2d36e650c2f72b9aa9a2d592 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 24 Oct 2003 04:10:34 +0000 Subject: [PATCH] - add ENTRY/EXIT to filter_destroy_precreated - clear up a MDS post-recovery CERROR; it confused me to no end. --- lustre/ldlm/ldlm_lib.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index a1502d8..c327f08 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -746,10 +746,9 @@ int target_queue_final_reply(struct ptlrpc_request *req, int rc) obd_postsetup(obd); /* when recovering finished, cleanup orphans for mds */ if (OBT(obd) && OBP(obd, postrecov)) { - CERROR("cleanup orphans after all clients recovered\n"); rc2 = OBP(obd, postrecov)(obd); - //LASSERT(rc2 == 0); - CERROR("cleanup %d orphans\n", rc2); + CERROR("%s: all clients recovered, %d MDS orphans " + "deleted\n", obd->obd_name, rc2); } list_for_each_safe(tmp, n, &obd->obd_delayed_reply_queue) { -- 1.8.3.1