Whamcloud - gitweb
i=eeb
authorisaac <isaac>
Thu, 31 May 2007 17:02:20 +0000 (17:02 +0000)
committerisaac <isaac>
Thu, 31 May 2007 17:02:20 +0000 (17:02 +0000)
-   ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello.

lnet/ChangeLog
lnet/klnds/ptllnd/ptllnd_peer.c

index f12f2dc..019e195 100644 (file)
        
 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.
index 71329e2..fc52df7 100644 (file)
@@ -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;
         }