Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f950df
)
Cleanup compiler warnings.
author
girish
<girish>
Tue, 29 Jul 2008 11:22:22 +0000
(11:22 +0000)
committer
girish
<girish>
Tue, 29 Jul 2008 11:22:22 +0000
(11:22 +0000)
b=15981
i=adilger
i=robert.read
lustre/ldlm/ldlm_lib.c
patch
|
blob
|
history
diff --git
a/lustre/ldlm/ldlm_lib.c
b/lustre/ldlm/ldlm_lib.c
index
1a68cf0
..
69fdeac
100644
(file)
--- 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;