Skip to content
Snippets Groups Projects
Commit 977211ac authored by Isaac Huang's avatar Isaac Huang
Browse files

i=eeb

-   should set the_lnet.ln_finalizing before completing messages.
parent a25818c8
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,12 @@
ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x
* bug fixes
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.
Severity : normal
Frequency : rare
Bugzilla : 11472
......
......@@ -199,6 +199,8 @@ lnet_finalize (lnet_ni_t *ni, lnet_msg_t *msg, int status)
#else
if (the_lnet.ln_finalizing)
goto out;
the_lnet.ln_finalizing = 1;
#endif
while (!list_empty(&the_lnet.ln_finalizeq)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment