From: girish Date: Tue, 29 Jul 2008 11:23:07 +0000 (+0000) Subject: Cleanup compiler warnings. X-Git-Tag: v1_7_72~1^52~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=01fbe3ac765a62a24ee9b0ae867a9736e0fd6f38;p=fs%2Flustre-release.git Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- diff --git a/lustre/quota/quota_ctl.c b/lustre/quota/quota_ctl.c index 327287e..0feb3d6 100644 --- a/lustre/quota/quota_ctl.c +++ b/lustre/quota/quota_ctl.c @@ -259,7 +259,7 @@ int client_quota_ctl(struct obd_export *exp, struct obd_quotactl *oqctl) { struct ptlrpc_request *req; struct obd_quotactl *oqc; - int size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqctl) }; + __u32 size[2] = { sizeof(struct ptlrpc_body), sizeof(*oqctl) }; int ver, opc, rc; ENTRY;