summaryrefslogtreecommitdiffstats
path: root/Documentation/IRQ-affinity.txt
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2019-12-05 16:16:35 +0300
committerJens Axboe <axboe@kernel.dk>2019-12-05 06:54:52 -0700
commit4493233edcfc0ad0a7f76f1c83f95b1bcf280547 (patch)
tree0913f70eb34b9be0a43af379dd2b03df164a9b6f /Documentation/IRQ-affinity.txt
parent2e6e1fde32d7d41cf076c21060c329d3fdbce25c (diff)
downloadlinux-4493233edcfc0ad0a7f76f1c83f95b1bcf280547.tar.bz2
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 'Documentation/IRQ-affinity.txt')
0 files changed, 0 insertions, 0 deletions