From: tappro Date: Wed, 20 May 2009 13:33:38 +0000 (+0000) Subject: - remove obsoleted message X-Git-Tag: v1_9_190~13 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=36e88878421296755db5c70d418c5e2c1306a995;p=fs%2Flustre-release.git - remove obsoleted message b:3633 i:adilger,vitaly --- diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 963086a..a872ea2 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -828,14 +828,7 @@ int mdc_close(struct obd_export *exp, struct md_op_data *op_data, "= %d", rc); if (rc > 0) rc = -rc; - } else if (mod == NULL) { - if (req->rq_import->imp_replayable) - CERROR("Unexpected: can't find md_open_data," - "but close succeeded with replayable imp" - "Please tell " - "http://bugzilla.lustre.org/\n"); } - body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); if (body == NULL) rc = -EPROTO;