• Jeff Garzik's avatar
    [libata] fix broken delay · 07899aed
    Jeff Garzik authored
    Due to rounding and HZ==100, sometimes delays would not occur for
    the desired length of time, or even at all.
    
    Fix call to schedule_timeout() to ensure we delay -at least- for
    the correct amount of time.
    07899aed
libata-core.c 79.7 KB