commit | fdb288a679cdf6a71f3c1ae6f348ba4dae742681 | [log] [tgz] |
---|---|---|
author | Jackie Liu <liuyun01@kylinos.cn> | Thu May 16 11:46:31 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Thu May 16 08:10:27 2019 -0600 |
tree | 999a58292172b6ea599d7617c8078eac0b416074 | |
parent | dc6ce4bc2b355a47f225a0205046b3ebf29a7f72 [diff] |
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: Jackie Liu <liuyun01@kylinos.cn> Signed-off-by: Jens Axboe <axboe@kernel.dk>