• T
    [PATCH] libata: fix eh_skip_recovery condition · 7c8c2cff
    Tejun Heo 提交于
    * (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: NTejun Heo <htejun@gmail.com>
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    7c8c2cff
libata-eh.c 52.3 KB