commit | 03faab7827e4e45823fd27c47b84c133e20a0cd0 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Mar 27 19:14:24 2008 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Apr 17 15:44:20 2008 -0400 |
tree | 046b04c7e650f5318beb330d70e855a889750154 | |
parent | a5987e0a1b569146ed9cfa0a8c275a21b344fcaa [diff] |
libata: implement ATA_QCFLAG_RETRY Currently whether a command should be retried after failure is determined inside ata_eh_finish(). Add ATA_QCFLAG_RETRY and move the logic into ata_eh_autopsy(). This makes things clearer and helps extending retry determination logic. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>