Skip to content
Snippets Groups Projects
Commit 1bacd264 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: mark reissue requests with REQ_F_PARTIAL_IO


If we mark for reissue, we assume that the buffer will remain stable.
Hence if are using a provided buffer, we need to ensure that we stick
with it for the duration of that request.

This only affects block devices that use provided buffers, as those are
the only ones that get marked with REQ_F_REISSUE.

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