summaryrefslogtreecommitdiff
path: root/io_uring/sqpoll.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-02-14 23:56:08 +0300
committerJens Axboe <axboe@kernel.dk>2024-02-14 23:56:08 +0300
commit78f9b61bd8e5466f0e90823e64e3d87c41f6258c (patch)
treebd83f9d5155de70d4a97cf2ba64df7d414384907 /io_uring/sqpoll.c
parent428f13826855e3eea44bf13cedbf33f382ef8794 (diff)
downloadlinux-78f9b61bd8e5466f0e90823e64e3d87c41f6258c.tar.xz
io_uring: wake SQPOLL task when task_work is added to an empty queue
If there's no current work on the list, we still need to potentially wake the SQPOLL task if it is sleeping. This is ordered with the wait queue addition in sqpoll, which adds to the wait queue before checking for pending work items. Fixes: af5d68f8892f ("io_uring/sqpoll: manage task_work privately") Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/sqpoll.c')
0 files changed, 0 insertions, 0 deletions