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:
f324b8c
)
Branch b1_4
author
adilger
<adilger>
Mon, 15 Aug 2005 21:27:28 +0000
(21:27 +0000)
committer
adilger
<adilger>
Mon, 15 Aug 2005 21:27:28 +0000
(21:27 +0000)
Fix valid compile warning.
b=6902
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
6bf0e95
..
32c7a7e
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-3041,7
+3041,7
@@
static int osc_set_info(struct obd_export *exp, obd_count keylen,
RETURN(-EINVAL);
- req = ptlrpc_prep_req(imp, OST_SET_INFO, 2,
&
size, bufs);
+ req = ptlrpc_prep_req(imp, OST_SET_INFO, 2, size, bufs);
if (req == NULL)
RETURN(-ENOMEM);