Jeff Garzik wrote: > > Very strange. I cannot find this patch at all in my email folders. > Can someone resend it to me? (attached) .. >> - qc = ata_qc_new_init(ap, dev); >> - BUG_ON(qc == NULL); >> + while ((qc = ata_qc_new_init(ap, dev)) == NULL) >> + msleep(10); >> .. > Worried now! Hey, that code wasn't in the original patch last spring, which I'm *still* using with zero problems this fall. Mmmm...