Skip to content
Commit fdb288a6 authored by Jackie Liu's avatar Jackie Liu Committed by Jens Axboe
Browse files

io_uring: use wait_event_interruptible for cq_wait conditional wait



The previous patch has ensured that io_cqring_events contain
smp_rmb memory barriers, Now we can use wait_event_interruptible
to keep the code simple.

Signed-off-by: default avatarJackie Liu <liuyun01@kylinos.cn>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent dc6ce4bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment