Skip to content
Commit 3b2a4439 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: get rid of kiocb_wait_page_queue_init()



The 5.9 merge moved this function io_uring, which means that we don't
need to retain the generic nature of it. Clean up this part by removing
redundant checks, and just inlining the small remainder in
io_rw_should_retry().

No functional changes in this patch.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent b711d4ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment