From: tappro Date: Mon, 10 Jul 2006 15:42:00 +0000 (+0000) Subject: - comment out trouble-making stuff temporary X-Git-Tag: v1_8_0_110~486^2~1459 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b80825456d60e48ba728301fc0ee40902e4aa30b;p=fs%2Flustre-release.git - comment out trouble-making stuff temporary --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index df29f6b..672ed6e 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -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; }