io_uring/msg_ring: remove non-remote message passing io_uring-msg_ring
authorJens Axboe <axboe@kernel.dk>
Thu, 30 May 2024 13:33:32 +0000 (07:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 5 Jun 2024 18:51:52 +0000 (12:51 -0600)
commit4a87b1e481b2cb99cb466a1ff3e5d11ac13c90ac
tree485413ad657984661b1770aeedcf2d26de4c47e0
parentb73de98ee574d5e2debdac27d291a8ddc78b2b43
io_uring/msg_ring: remove non-remote message passing

Now that the overflow approach works well, there's no need to retain the
double locking for direct CQ posting on the target ring. Just have any
kind of target ring use the same messaging mechanism.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/msg_ring.c