]> Git Repo - linux.git/commit - drivers/ata/libata-eh.c
[PATCH] libata: fix eh_skip_recovery condition
authorTejun Heo <[email protected]>
Mon, 10 Jul 2006 14:18:23 +0000 (23:18 +0900)
committerJeff Garzik <[email protected]>
Wed, 19 Jul 2006 18:06:53 +0000 (14:06 -0400)
commit7c8c2cff81b2b7f6dd3f9fd7b77033c1be5d7920
treece03730193b08639e90f95d3419857053e3d283c
parent4528e4da79675b4995e085046b8ffbe0415c3261
[PATCH] libata: fix eh_skip_recovery condition

* (ata_dev_absent() || ata_dev_ready()) test doesn't indicate
  SUSPENDED state properly.  Fix it.

* Link resuming resets shouldn't be skipped.  Don't skip recovery on
  EHI_RESUME_LINK.  This doesn't matter for host ports as EHI_RESUME
  always coincides with EHI_HOTPLUGGED which makes attached disabled
  devices vacant.  However, PMP reset causes non-hotplug link-resuming
  resets which shouldn't be skipped.

Signed-off-by: Tejun Heo <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
drivers/scsi/libata-eh.c
This page took 0.053811 seconds and 4 git commands to generate.