Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Thu, 5 May 2005 22:28:36 +0000 (22:28 +0000)
committeradilger <adilger>
Thu, 5 May 2005 22:28:36 +0000 (22:28 +0000)
Add bug reference for workaround.
b=6155

lustre/mdc/mdc_request.c

index ccba26e..0c1f8c9 100644 (file)
@@ -477,7 +477,7 @@ int mdc_close(struct obd_export *exp, struct obdo *oa,
                 if (mod->mod_open_req->rq_type == LI_POISON) {
                         /* FIXME This should be an ASSERT, but until we
                            figure out why it can be poisoned here, give 
-                           a reasonable return. */
+                           a reasonable return. bug 6155 */
                         CERROR("LBUG POISONED req %p!\n", mod->mod_open_req);
                         ptlrpc_free_req(req);
                         GOTO(out, rc = -EIO);