Whamcloud - gitweb
- remove obsoleted message
authortappro <tappro>
Wed, 20 May 2009 13:26:56 +0000 (13:26 +0000)
committertappro <tappro>
Wed, 20 May 2009 13:26:56 +0000 (13:26 +0000)
  b:3633
  i:vitaly,adilger

lustre/mdc/mdc_request.c

index 61b32a5..3a2ed66 100644 (file)
@@ -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 <http://bugzilla.lustre.org/>.\n");
                 }
+
                 if (!lustre_swab_repbuf(req, REPLY_REC_OFF,
                                         sizeof(struct mds_body),
                                         lustre_swab_mds_body)) {