Re: [PATCH 2.6.22-rc7 1/3] libata: clean up horkage handling

2007-07-10 Thread Jeff Garzik
Tejun Heo wrote: Horkage handling had the following problems. * dev-horkage was positioned after ATA_DEVICE_CLEAR_OFFSET, so it was cleared before the device is configured. This broke HORKAGE_DIAGNOSTIC. * Some used dev-horkage while others called ata_device_blacklisted() directly.

[PATCH 2.6.22-rc7 1/3] libata: clean up horkage handling

2007-07-04 Thread Tejun Heo
Horkage handling had the following problems. * dev-horkage was positioned after ATA_DEVICE_CLEAR_OFFSET, so it was cleared before the device is configured. This broke HORKAGE_DIAGNOSTIC. * Some used dev-horkage while others called ata_device_blacklisted() directly. This was at best