diff options
| author | Tejun Heo <[email protected]> | 2007-07-05 13:31:27 +0900 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2007-07-10 21:30:33 -0400 |
| commit | 75683fe7153c3817bb4fd4491e2a5913af6c463e (patch) | |
| tree | 5c7bb12e577a328b41df16d036c7060309493f44 /include/linux/stacktrace.h | |
| parent | 39ce7128066f2ac5954bcda9f07f429f28166da3 (diff) | |
libata: clean up horkage handling
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 confusing.
This patch moves dev->horkage right after dev->flags and set the field
according to the blacklist during device configuration. All users
test against dev->horkage. ata_device_blacklisted() now has only one
user, make it static. While at it, rename it to ata_dev_blacklisted()
for consistency.
Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'include/linux/stacktrace.h')
0 files changed, 0 insertions, 0 deletions