Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69fbb9
)
- comment out trouble-making stuff temporary
author
tappro
<tappro>
Mon, 10 Jul 2006 15:42:00 +0000
(15:42 +0000)
committer
tappro
<tappro>
Mon, 10 Jul 2006 15:42:00 +0000
(15:42 +0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
df29f6b
..
672ed6e
100644
(file)
--- 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;
}