io_uring: don't duplicate io_req_task_queue()
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 12 Feb 2021 03:23:53 +0000 (03:23 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Feb 2021 12:30:25 +0000 (05:30 -0700)
commit921b9054e0c4c443c479c21800f6c4c8b43fa1b0
tree048c1dc8552b76d360c35d905b1e6529f0884e3f
parent4e32635834a30b8aa9583d3899a8ecc6416023fb
io_uring: don't duplicate io_req_task_queue()

Don't hand code io_req_task_queue() inside of io_async_buf_func(), just
call it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c