From: shaver Date: Wed, 10 Jul 2002 20:31:23 +0000 (+0000) Subject: mdc_connect needs to use a level of LUSTRE_CONN_NEW. X-Git-Tag: 0.5.0~11 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b546794d8894e7089bac94560578c9076cda965f;p=fs%2Flustre-release.git mdc_connect needs to use a level of LUSTRE_CONN_NEW. (I broke mounting on the trunk before, this fixes it.) --- diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index d15c4a9..dea2dce 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -747,6 +747,7 @@ static int mdc_connect(struct lustre_handle *conn, struct obd_device *obd) if (!request) GOTO(out_disco, -ENOMEM); + request->rq_level = LUSTRE_CONN_NEW; request->rq_replen = lustre_msg_size(0, NULL); rc = ptlrpc_queue_wait(request);