From: wangdi Date: Fri, 29 Sep 2006 10:19:24 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~769 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c6843b4333d6440db845b8f3c6fc5e544be16a44;p=fs%2Flustre-release.git Branch: b_new_cmd seems a typo in the merge --- diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 63a6aa4..bba3dfd 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -2746,7 +2746,7 @@ static int osc_enqueue(struct obd_export *exp, struct obd_info *oinfo, [DLM_LOCKREQ_OFF] = sizeof(struct ldlm_request) }; req = ptlrpc_prep_req(class_exp2cliimp(exp), LUSTRE_DLM_VERSION, - LDLM_ENQUEUE, 3, size, NULL); + LDLM_ENQUEUE, 2, size, NULL); if (req == NULL) RETURN(-ENOMEM);