• Jens Axboe's avatar
    [PATCH] don't BUG() on too big a bio · cc27d75d
    Jens Axboe authored
    There's really no reason to BUG() out on a bio that is too big, the
    gentleman thing to do would be to print a warning and just end the bio
    with -EIO quietly.
    cc27d75d
ll_rw_blk.c 53.9 KB