diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-02-29 22:48:24 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-03 00:06:40 +0300 |
commit | 4bc4494ec7c97ee38e2aa3d1cd76e289c49ac083 (patch) | |
tree | ac3d220696cc18b8ff1981bbf088152f53fff679 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | d7718a9d25a61442da8ee8aeeff6a0097f0ccfd6 (diff) | |
download | linux-4bc4494ec7c97ee38e2aa3d1cd76e289c49ac083.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions