• Jens Axboe's avatar
    io_uring: retry raw bdev writes if we hit -EOPNOTSUPP · faac996c
    Jens Axboe authored
    For non-blocking issue, we set IOCB_NOWAIT in the kiocb. However, on a
    raw block device, this yields an -EOPNOTSUPP return, as non-blocking
    writes aren't supported. Turn this -EOPNOTSUPP into -EAGAIN, so we retry
    from blocking context with IOCB_NOWAIT cleared.
    
    Cc: stable@vger.kernel.org # 5.5
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    faac996c
io_uring.c 167 KB