Whamcloud - gitweb
- comment out trouble-making stuff temporary
authortappro <tappro>
Mon, 10 Jul 2006 15:42:00 +0000 (15:42 +0000)
committertappro <tappro>
Mon, 10 Jul 2006 15:42:00 +0000 (15:42 +0000)
lustre/mdt/mdt_handler.c

index df29f6b..672ed6e 100644 (file)
@@ -2323,7 +2323,9 @@ static int mdt_obd_connect(struct lustre_handle *conn, struct obd_device *obd,
                 if (mcd != NULL) {
                         memcpy(mcd->mcd_uuid, cluuid, sizeof mcd->mcd_uuid);
                         med->med_mcd = mcd;
-                        rc = mdt_client_add(&ctxt, mdt, med, -1);
+                        /*
+                         * rc = mdt_client_add(&ctxt, mdt, med, -1);
+                         */
                 } else
                         rc = -ENOMEM;
         }