t/io_uring: abstract out init_new_io() helper
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Mar 2023 20:03:32 +0000 (14:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Mar 2023 20:03:32 +0000 (14:03 -0600)
commit4ad09b569a2689b3b67744eaccd378d013eb82a7
tree623d4992a4d18fd196e457a73803dd368d41b410
parentbb2d963c60d906818a44cda7838d736860b45f79
t/io_uring: abstract out init_new_io() helper

We do this in 4 different spots, put it in a helper.

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