X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Flnet%2Flib-ptl.c;h=d6c7dd78f27ddd431ec211f95be2e61e798e377f;hp=621a27ac5a5c2706de908c8594696e3439068224;hb=e50fc41ad6383e31b896a9306307f10ced1b3de2;hpb=dbe544883a59d7eecaace16400c575b416c51002 diff --git a/lnet/lnet/lib-ptl.c b/lnet/lnet/lib-ptl.c index 621a27a..d6c7dd7 100644 --- a/lnet/lnet/lib-ptl.c +++ b/lnet/lnet/lib-ptl.c @@ -264,10 +264,10 @@ lnet_mt_of_match(struct lnet_match_info *info, struct lnet_msg *msg) { struct lnet_match_table *mtable; struct lnet_portal *ptl; - int nmaps; - int rotor; - int routed; - int cpt; + unsigned int nmaps; + unsigned int rotor; + unsigned int cpt; + bool routed; /* NB: called w/o lock */ LASSERT(info->mi_portal < the_lnet.ln_nportals);