Whamcloud - gitweb
Branch b1_8_gate
authoradilger <adilger>
Sun, 24 Aug 2008 07:52:20 +0000 (07:52 +0000)
committeradilger <adilger>
Sun, 24 Aug 2008 07:52:20 +0000 (07:52 +0000)
Quiet compiler warnings.

lustre/osc/osc_request.c

index 41ffe12..3e4947b 100644 (file)
@@ -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,