From: phil Date: Fri, 24 Oct 2003 04:10:34 +0000 (+0000) Subject: - add ENTRY/EXIT to filter_destroy_precreated X-Git-Tag: v1_7_0_51~2^7~351 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a2e1e4bb04e9b50a2d36e650c2f72b9aa9a2d592;p=fs%2Flustre-release.git - add ENTRY/EXIT to filter_destroy_precreated - clear up a MDS post-recovery CERROR; it confused me to no end. --- 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) {