io_uring: replace rw->task_work with rq->task_work
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 12 Jul 2020 17:42:04 +0000 (20:42 +0300)
committerJens Axboe <axboe@kernel.dk>
Fri, 24 Jul 2020 18:55:44 +0000 (12:55 -0600)
commite73751225bae1e9b67e957afb273366fbb6ca136
tree91b714588b0526ae174b8d603f841bd4841faf78
parent2ae523ed07f14391d685651f671a7858fe8c368a
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>
fs/io_uring.c