From 7842b10b936161260b1ede7fd965bf1dfa143fde Mon Sep 17 00:00:00 2001 From: adilger Date: Sun, 24 Aug 2008 07:52:20 +0000 Subject: [PATCH] Branch b1_8_gate Quiet compiler warnings. --- lustre/osc/osc_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 41ffe12..3e4947b 100644 --- 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, -- 1.8.3.1