diff options
author | 2019-12-05 16:16:35 +0300 | |
---|---|---|
committer | 2019-12-05 06:54:52 -0700 | |
commit | 4493233edcfc0ad0a7f76f1c83f95b1bcf280547 (patch) | |
tree | 0913f70eb34b9be0a43af379dd2b03df164a9b6f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | io_uring: fix error handling in io_queue_link_head (diff) | |
download | linux-rng-4493233edcfc0ad0a7f76f1c83f95b1bcf280547.tar.xz linux-rng-4493233edcfc0ad0a7f76f1c83f95b1bcf280547.zip |
io_uring: hook all linked requests via link_list
Links are created by chaining requests through req->list with an
exception that head uses req->link_list. (e.g. link_list->list->list)
Because of that, io_req_link_next() needs complex splicing to advance.
Link them all through list_list. Also, it seems to be simpler and more
consistent IMHO.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions