Skip to content

Commit 6fc7569

Browse files
authored
Merge pull request #1617 from jfunston-bytedance/rxe-bug-fix
rxe: Fix double unlock in cq_ex polling
2 parents 0aa47bc + 5e7aa41 commit 6fc7569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

providers/rxe/rxe.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ static int cq_next_poll(struct ibv_cq_ex *current)
266266

267267
if (next_index == load_producer_index(q)) {
268268
store_consumer_index(cq->queue, cq->cur_index);
269-
pthread_spin_unlock(&cq->lock);
270269
errno = ENOENT;
271270
return errno;
272271
}

0 commit comments

Comments
 (0)