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:
d42f2d6
)
Branch b1_8_gate
author
adilger
<adilger>
Sun, 24 Aug 2008 07:52:20 +0000
(07:52 +0000)
committer
adilger
<adilger>
Sun, 24 Aug 2008 07:52:20 +0000
(07:52 +0000)
Quiet compiler warnings.
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
41ffe12
..
3e4947b
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-3536,7
+3536,7
@@
static int osc_get_info(struct obd_export *exp, obd_count keylen,
struct ptlrpc_request *req;
struct ll_user_fiemap *reply;
char *bufs[2] = { NULL, key };
-
int
size[2] = { sizeof(struct ptlrpc_body), keylen };
+
__u32
size[2] = { sizeof(struct ptlrpc_body), keylen };
int rc;
req = ptlrpc_prep_req(class_exp2cliimp(exp), LUSTRE_OST_VERSION,