io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Mar 2024 16:42:40 +0000 (10:42 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 May 2024 23:13:51 +0000 (17:13 -0600)
commit59b28a6e37e650c0d601ed87875b6217140cda5d
tree68b2b5468e2fe364f9458836c0bc9c42cb21b7c3
parent79996b45f7b28c0e3e08a95bab80119e95317e28
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring

Move the posting outside the checking and locking, it's cleaner that
way.

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