io_uring: kill callback_head argument for io_req_task_work_add()
authorJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 03:00:14 +0000 (21:00 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 03:00:16 +0000 (21:00 -0600)
commit87c4311fd2c28e83545cdfa4702b57db15ed1d9b
treea9b3605e24a76efe0510b97437df377a0f5392e3
parentc1379e247a724b2d4c646f1947d4f78c782c0650
io_uring: kill callback_head argument for io_req_task_work_add()

We always use &req->task_work anyway, no point in passing it in.

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