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>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit6498c5c97ce73770ed227eb52b14d21c8343fd5b
tree63edf2c56cdf204a7ebca7aa1e09dba4a6fd76c3
parent50220d6ac8ff31eb065fba818e960f549fb89d4d
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