commit | b18fdf71e01fba29a804d63f8c1e2ed61011170d | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Nov 21 23:21:02 2019 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:11 2019 -0700 |
tree | 6c21e94fb6a08a4d67b37e77ebcc5cd700fd5f5b | |
parent | 944e58bfeda0e9b97cd611adafc823c78e0bc464 [diff] |
io_uring: simplify io_req_link_next() "if (nxt)" is always true, as it was checked in the while's condition. io_wq_current_is_worker() is unnecessary, as non-async callers don't pass nxt, so io_queue_async_work() will be called for them anyway. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>