commit | 3b17cf5a58f2a38e23ee980b5dece717d0464fb7 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Feb 29 22:56:10 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 02 14:06:41 2020 -0700 |
tree | 6b46b3d9be1a84a4d081856ca55182fcfe6e0a49 | |
parent | 4bc4494ec7c97ee38e2aa3d1cd76e289c49ac083 [diff] |
io_uring: remove io_prep_next_work() io-wq cares about IO_WQ_WORK_UNBOUND flag only while enqueueing, so it's useless setting it for a next req of a link. Thus, removed it from io_prep_linked_timeout(), and inline the function. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>