io_uring: remove io_req_tw_post_queue
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 23 Nov 2022 11:33:39 +0000 (11:33 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Nov 2022 17:44:00 +0000 (10:44 -0700)
commit833b5dfffc26c81835ce38e2a5df9ac5fa142735
tree3f48709118bd81a8393e4ee75baec5c0b3cc806b
parent624fd779fd869bdcb2c0ccca0f09456eed71ed52
io_uring: remove io_req_tw_post_queue

Remove io_req_tw_post() and io_req_tw_post_queue(), we can use
io_req_task_complete() instead.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/b9b73c08022c7f1457023ac841f35c0100e70345.1669203009.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/timeout.c