Skip to content

Commit 34f2f6a

Browse files
author
Sergey Oblomov
committed
UCX/WPOOL: fixed potential deadlock
- fixed potential deadlock in error processing Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
1 parent 5fa7ca7 commit 34f2f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/common/ucx/common_ucx_wpool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ opal_common_ucx_wpmem_cmpswp_nb(opal_common_ucx_wpmem_t *mem, uint64_t compare,
470470
rc = _periodical_flush_nb(mem, winfo, target);
471471
if(OPAL_UNLIKELY(OPAL_SUCCESS != rc)){
472472
MCA_COMMON_UCX_VERBOSE(1, "_incr_and_check_inflight_ops failed: %d", rc);
473-
return rc;
474473
}
475474

476475
opal_mutex_unlock(&winfo->mutex);

0 commit comments

Comments
 (0)