From: isaac Date: Thu, 31 May 2007 17:02:20 +0000 (+0000) Subject: i=eeb X-Git-Tag: v1_7_100~80 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=c435b48fae2db343df70e948418abff277ffb998 i=eeb - ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello. --- diff --git a/lnet/ChangeLog b/lnet/ChangeLog index f12f2dc..019e195 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -32,6 +32,10 @@ Severity : minor Frequency : rare +Description: ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello. + +Severity : minor +Frequency : rare Description: the_lnet.ln_finalizing was not set when the current thread is about to complete messages. It only affects multi-threaded user space LNet. diff --git a/lnet/klnds/ptllnd/ptllnd_peer.c b/lnet/klnds/ptllnd/ptllnd_peer.c index 71329e2..fc52df7 100644 --- a/lnet/klnds/ptllnd/ptllnd_peer.c +++ b/lnet/klnds/ptllnd/ptllnd_peer.c @@ -965,7 +965,7 @@ kptllnd_peer_handle_hello (ptl_process_id_t initiator, CERROR("%s: max message size %d < MIN %d", libcfs_id2str(lpid), msg->ptlm_u.hello.kptlhm_max_msg_size, - *kptllnd_tunables.kptl_max_msg_size); + PTLLND_MIN_BUFFER_SIZE); return NULL; }