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>
Loading
Please sign in to comment