Whamcloud - gitweb
Cleanup compiler warnings.
authorgirish <girish>
Tue, 29 Jul 2008 11:23:06 +0000 (11:23 +0000)
committergirish <girish>
Tue, 29 Jul 2008 11:23:06 +0000 (11:23 +0000)
b=15981
i=adilger
i=robert.read

lustre/quota/quota_check.c

index b91bee7..be09c1d 100644 (file)
@@ -177,7 +177,7 @@ int client_quota_check(struct obd_export *exp, struct obd_quotactl *oqctl)
         struct client_obd *cli = &exp->exp_obd->u.cli;
         struct ptlrpc_request *req;
         struct obd_quotactl *body;
-        int size[2] = { sizeof(struct ptlrpc_body), sizeof(*body) };
+        __u32 size[2] = { sizeof(struct ptlrpc_body), sizeof(*body) };
         int ver, opc, rc;
         ENTRY;