From b80825456d60e48ba728301fc0ee40902e4aa30b Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 10 Jul 2006 15:42:00 +0000 Subject: [PATCH] - comment out trouble-making stuff temporary --- lustre/mdt/mdt_handler.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 1.8.3.1