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:
76b2094
)
fix typo in RETURN
author
huanghua
<huanghua>
Fri, 13 Oct 2006 09:41:52 +0000
(09:41 +0000)
committer
huanghua
<huanghua>
Fri, 13 Oct 2006 09:41:52 +0000
(09:41 +0000)
lustre/lmv/lmv_obd.c
patch
|
blob
|
history
diff --git
a/lustre/lmv/lmv_obd.c
b/lustre/lmv/lmv_obd.c
index
abe0a6a
..
1f57187
100644
(file)
--- a/
lustre/lmv/lmv_obd.c
+++ b/
lustre/lmv/lmv_obd.c
@@
-1478,11
+1478,11
@@
lmv_enqueue_remote(struct obd_export *exp, int lock_type,
tgt_exp = lmv_get_export(lmv, &body->fid1);
if (IS_ERR(tgt_exp))
- GOTO(out, PTR_ERR(tgt_exp));
+ GOTO(out,
rc =
PTR_ERR(tgt_exp));
OBD_ALLOC_PTR(rdata);
if (rdata == NULL)
- GOTO(out, -ENOMEM);
+ GOTO(out,
rc =
-ENOMEM);
rdata->fid1 = body->fid1;
rdata->name = NULL;