Skip to content

Commit

Permalink
io_uring: replace force_nonblock with flags
Browse files Browse the repository at this point in the history
Replace bool force_nonblock with flags. It has a long standing goal of
differentiating context from which we execute. Currently we have some
subtle places where some invariants, like holding of uring_lock, are
subtly inferred.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Pavel Begunkov authored and Jens Axboe committed Feb 10, 2021
1 parent 0e9ddb3 commit 45d189c
Showing 1 changed file with 96 additions and 82 deletions.
Loading

0 comments on commit 45d189c

Please sign in to comment.