Skip to content

Commit 58545a3

Browse files
igor-ivanovbosilca
authored andcommitted
oshmem: Fix double lock issue
Signed-off-by: Igor Ivanov <[email protected]>
1 parent d5c4e86 commit 58545a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oshmem/mca/memheap/base/memheap_base_mkey.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ static int memheap_oob_get_mkeys(int pe, uint32_t seg, sshmem_mkey_t *mkeys)
503503
return OSHMEM_ERROR;
504504
}
505505

506-
OPAL_THREAD_LOCK(&memheap_oob.lck);
507506
cmd = MEMHEAP_RKEY_REQ;
508507
opal_dss.pack(msg, &cmd, 1, OPAL_UINT8);
509508
opal_dss.pack(msg, &seg, 1, OPAL_UINT32);

0 commit comments

Comments
 (0)