From: girish Date: Tue, 29 Jul 2008 11:22:14 +0000 (+0000) Subject: Cleanup compiler warnings. X-Git-Tag: v1_7_72~1^81~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=df532acda798c06ca5c9513842696e52fe744f33;p=fs%2Flustre-release.git Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- diff --git a/lustre/include/lustre_dlm.h b/lustre/include/lustre_dlm.h index ee1f0a4..2aa9080 100644 --- a/lustre/include/lustre_dlm.h +++ b/lustre/include/lustre_dlm.h @@ -777,10 +777,10 @@ int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **req, void *lvb, __u32 lvb_len, void *lvb_swabber, struct lustre_handle *lockh, int async); struct ptlrpc_request *ldlm_prep_enqueue_req(struct obd_export *exp, - int bufcount, int *size, + int bufcount, __u32 *size, struct list_head *head, int count); struct ptlrpc_request *ldlm_prep_elc_req(struct obd_export *exp, int version, - int opc, int bufcount, int *size, + int opc, int bufcount, __u32 *size, int bufoff, int canceloff, struct list_head *cancels, int count); int ldlm_cli_enqueue_fini(struct obd_export *exp, struct ptlrpc_request *req,