From: adilger Date: Mon, 5 Apr 2004 18:19:03 +0000 (+0000) Subject: Debugging for mdc_close oops. X-Git-Tag: v1_8_0_110~486^6~22 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0a666147ae86f6f63608d79a3329f774d4d62182;p=fs%2Flustre-release.git Debugging for mdc_close oops. b=2410 r=robert --- diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index e1c3fed..136ecdf 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -497,6 +497,7 @@ int mdc_close(struct obd_export *exp, struct obdo *obdo, rc = l_wait_event(req->rq_reply_waitq, mdc_close_check_reply(req), &lwi); if (rc == 0) { + LASSERTF(req->rq_repmsg != NULL, "req = %p", req); rc = req->rq_repmsg->status; if (req->rq_repmsg->type == PTL_RPC_MSG_ERR) { DEBUG_REQ(D_ERROR, req, "type == PTL_RPC_MSG_ERR, err "