From c6843b4333d6440db845b8f3c6fc5e544be16a44 Mon Sep 17 00:00:00 2001 From: wangdi Date: Fri, 29 Sep 2006 10:19:24 +0000 Subject: [PATCH] Branch: b_new_cmd seems a typo in the merge --- lustre/osc/osc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1