io_uring: kill io_msg_alloc_async_prep()
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2024 16:07:37 +0000 (10:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2024 17:08:10 +0000 (11:08 -0600)
commit6faae29bff4968acde14b50fe7abd34831589988
tree553e2740ea36ca95ebaab8564f30dfffc6ba957c
parentc7f1287377d33fecc34dfdb5d8f760de9b0c85f7
io_uring: kill io_msg_alloc_async_prep()

We now ONLY call io_msg_alloc_async() from inside prep handling, which
is always locked. No need for this helper anymore, or the check in
io_msg_alloc_async() on whether the ring is locked or not.

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