commit | b2a9eadab85730935f5a6fe19f3f61faaaced601 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Sep 12 14:19:16 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Sep 12 14:19:16 2019 -0600 |
tree | 9734fc58622cd72e9f7b85f64bf26592205c2ba9 | |
parent | 6d5d5ac522b20b65167dafe0656b7cad05ec48b3 [diff] |
io_uring: make sqpoll wakeup possible with getevents The way the logic is setup in io_uring_enter() means that you can't wake up the SQ poller thread while at the same time waiting (or polling) for completions afterwards. There's no reason for that to be the case. Reported-by: Lewis Baker <lbaker@fb.com> Reviewed-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>