From f7723ce3d529770dd066ff01d6d7320fd9586320 Mon Sep 17 00:00:00 2001 From: girish Date: Tue, 29 Jul 2008 11:22:22 +0000 Subject: [PATCH] Cleanup compiler warnings. b=15981 i=adilger i=robert.read --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 1a68cf0..69fdeac 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -593,7 +593,7 @@ int target_handle_connect(struct ptlrpc_request *req, svc_handler_t handler) char *str, *tmp; int rc = 0, abort_recovery; struct obd_connect_data *data; - int size[2] = { sizeof(struct ptlrpc_body), sizeof(*data) }; + __u32 size[2] = { sizeof(struct ptlrpc_body), sizeof(*data) }; lnet_nid_t *client_nid = NULL; ENTRY; -- 1.8.3.1