Skip to content

Commit

Permalink
test/recvsend_bundle: handle another case of not aborting
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
axboe committed Sep 29, 2024
1 parent 40df5e6 commit 23b79d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/recvsend_bundle.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,9 @@ static int do_send(struct recv_data *rd)
return 1;
}
if (!(p.features & IORING_FEAT_RECVSEND_BUNDLE)) {
rd->abort = 1;
no_send_mshot = 1;
pthread_barrier_wait(&rd->connect);
return 0;
}

Expand Down

0 comments on commit 23b79d5

Please sign in to comment.