Whamcloud - gitweb
Branch: b_new_cmd
authorwangdi <wangdi>
Fri, 29 Sep 2006 10:19:24 +0000 (10:19 +0000)
committerwangdi <wangdi>
Fri, 29 Sep 2006 10:19:24 +0000 (10:19 +0000)
seems a typo in the merge

lustre/osc/osc_request.c

index 63a6aa4..bba3dfd 100644 (file)
@@ -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);