From: girish Date: Tue, 29 Jul 2008 11:22:46 +0000 (+0000) Subject: Cleanup compiler warnings. X-Git-Tag: v1_7_72~1^85~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=70724dbe1dabd26c96a740f3d95ffb4edf26202c;p=fs%2Flustre-release.git Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index 92d2d77..76e468e 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -141,7 +141,7 @@ static int oscc_internal_create(struct osc_creator *oscc) { struct ptlrpc_request *request; struct ost_body *body; - int size[] = { sizeof(struct ptlrpc_body), sizeof(*body) }; + __u32 size[] = { sizeof(struct ptlrpc_body), sizeof(*body) }; ENTRY; LASSERT_SPIN_LOCKED(&oscc->oscc_lock);