• Jens Axboe's avatar
    io_uring: mark reissue requests with REQ_F_PARTIAL_IO · 1bacd264
    Jens Axboe authored
    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>
    1bacd264
io_uring.c 325 KB