commit | 73debe68b300ca24fdbbe9b6c3787d3e239deb3d | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Wed Sep 30 22:57:54 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:38:46 2020 -0600 |
tree | 3084a8805bb57076abadbd440f7afd37cf5749ae | |
parent | a88fc400212fc1d8aa9ca4979f898fd04ca3aab5 [diff] |
io_uring: remove nonblock arg from io_{rw}_prep() All io_*_prep() functions including io_{read,write}_prep() are called only during submission where @force_nonblock is always true. Don't keep propagating it and instead remove the @force_nonblock argument from prep() altogether. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>