libata: fix EH-related lockup by properly cleaning EH command list

Yet another hack due to the fact that libata is the only user of SCSI's
->eh_strategy_handler() hook.
This commit is contained in:
Tejun Heo 2005-08-10 13:38:27 -04:00 committed by Jeff Garzik
parent fae009847c
commit 42517438f9
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ int ata_scsi_error(struct Scsi_Host *host)
* appropriate place
*/
host->host_failed--;
INIT_LIST_HEAD(&host->eh_cmd_q);
DPRINTK("EXIT\n");
return 0;