Re: [PATCH 2/2] io_uring: use wait_event_interruptible for cq_wait conditional wait
From: Jens Axboe <axboe@kernel.dk>
Date: 2019-05-16 14:12:47
From: Jens Axboe <axboe@kernel.dk>
Date: 2019-05-16 14:12:47
On 5/15/19 9:46 PM, Jackie Liu wrote:
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.
Looks good, applied. -- Jens Axboe