Whamcloud - gitweb
b=11089
[fs/lustre-release.git] / lustre / obdclass / obd_mount.c
index 5f3d6ff..db8ca47 100644 (file)
@@ -727,7 +727,7 @@ static int lustre_start_mgc(struct super_block *sb)
         ocd.ocd_connect_flags = OBD_CONNECT_VERSION | OBD_CONNECT_FID;
         ocd.ocd_version = LUSTRE_VERSION_CODE;
 
-        rc = obd_connect(NULL, &mgc_conn, obd, &(obd->obd_uuid), &ocd);
+        rc = obd_connect(NULL, &mgc_conn, obd, &(obd->obd_uuid), &ocd, NULL);
         if (rc) {
                 CERROR("connect failed %d\n", rc);
                 GOTO(out, rc);