commit | e73751225bae1e9b67e957afb273366fbb6ca136 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sun Jul 12 20:42:04 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 24 12:55:44 2020 -0600 |
tree | 91b714588b0526ae174b8d603f841bd4841faf78 | |
parent | 2ae523ed07f14391d685651f671a7858fe8c368a [diff] |
io_uring: replace rw->task_work with rq->task_work io_kiocb::task_work was de-unionised, and is not planned to be shared back, because it's too useful and commonly used. Hence, instead of keeping a separate task_work in struct io_async_rw just reuse req->task_work. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>