summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-01-30 17:04:52 +0300
committerJens Axboe <axboe@kernel.dk>2024-02-08 23:27:06 +0300
commit170539bdf1094e6e43e9aa86bf2dcaff0857df41 (patch)
tree8d700ed231a911786b52fa8baed69a2fcb1ea643 /COPYING
parent4c98b89175a229a1eb9e6db67b4b7c0d712c86a7 (diff)
downloadlinux-170539bdf1094e6e43e9aa86bf2dcaff0857df41.tar.xz
io_uring: handle traditional task_work in FIFO order
For local task_work, which is used if IORING_SETUP_DEFER_TASKRUN is set, we reverse the order of the lockless list before processing the work. This is done to process items in the order in which they were queued, as the llist always adds to the head. Do the same for traditional task_work, so we have the same behavior for both types. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions