Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa795c2
)
Branch: b_new_cmd
author
wangdi
<wangdi>
Fri, 29 Sep 2006 10:19:24 +0000
(10:19 +0000)
committer
wangdi
<wangdi>
Fri, 29 Sep 2006 10:19:24 +0000
(10:19 +0000)
seems a typo in the merge
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
63a6aa4
..
bba3dfd
100644
(file)
--- 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);