• Andrew Morton's avatar
    [PATCH] fix MD "bio too big" errors · af5931c3
    Andrew Morton authored
    This is pretty high on the puke-o-meter, but a zero means "infinity" for
    max_sectors.
    
    So we can't use "min()" to determine who has the smallest max_sector,
    and we'll have to use a special "min_not_zero()" compatison.
    
    Run away, run away.
    af5931c3
ll_rw_blk.c 72.9 KB