From 01fbe3ac765a62a24ee9b0ae867a9736e0fd6f38 Mon Sep 17 00:00:00 2001 From: girish Date: Tue, 29 Jul 2008 11:23:07 +0000 Subject: [PATCH] Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- lustre/quota/quota_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1