Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "io_uring: disallow self-propelled ring polling"
This reverts commit 7fdbc5f. This patch dealt with a subset of the real problem, which is a potential circular dependency on the wakup path for io_uring itself. Outside of io_uring, eventfd can also trigger this (see details in 03e02ac) and so can epoll (see details in caf1aea). Now that we have a generic solution to this problem, get rid of the io_uring specific work-around. Signed-off-by: Jens Axboe <axboe@kernel.dk>
- Loading branch information