From 613504d997fb51cdb91034d2c2c506f1a3390ce6 Mon Sep 17 00:00:00 2001 From: girish Date: Tue, 29 Jul 2008 11:23:06 +0000 Subject: [PATCH] Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- lustre/quota/quota_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/quota/quota_check.c b/lustre/quota/quota_check.c index b91bee7..be09c1d 100644 --- a/lustre/quota/quota_check.c +++ b/lustre/quota/quota_check.c @@ -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; -- 1.8.3.1