commit | 4bc4494ec7c97ee38e2aa3d1cd76e289c49ac083 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Sat Feb 29 22:48:24 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 02 14:06:40 2020 -0700 |
tree | ac3d220696cc18b8ff1981bbf088152f53fff679 | |
parent | d7718a9d25a61442da8ee8aeeff6a0097f0ccfd6 [diff] |
io_uring: remove extra nxt check after punt After __io_queue_sqe() ended up in io_queue_async_work(), it's already known that there is no @nxt req, so skip the check and return from the function. Also, @nxt initialisation now can be done just before io_put_req_find_next(), as there is no jumping until it's checked. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>