From df532acda798c06ca5c9513842696e52fe744f33 Mon Sep 17 00:00:00 2001 From: girish Date: Tue, 29 Jul 2008 11:22:14 +0000 Subject: [PATCH] Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- lustre/include/lustre_dlm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 1.8.3.1