From f3a0dcf248712728ee7d66f406a8dcb3b950fc68 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 20 May 2009 13:28:43 +0000 Subject: [PATCH] - remove obsoleted message b:3633 i:vitaly,adilger --- lustre/mdc/mdc_request.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 61b32a5..3a2ed66 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -879,10 +879,8 @@ int mdc_close(struct obd_export *exp, struct mdc_op_data *data, struct obdo *oa, "= %d", rc); if (rc > 0) rc = -rc; - } else if (och->och_mod == NULL) { - CERROR("Unexpected: can't find mdc_open_data, but the " - "close succeeded. Please tell .\n"); } + if (!lustre_swab_repbuf(req, REPLY_REC_OFF, sizeof(struct mds_body), lustre_swab_mds_body)) { -- 1.8.3.1