|
@@ -1607,8 +1607,6 @@ int scsi_error_handler(void *data)
|
|
printk("Error handler scsi_eh_%d waking up\n",
|
|
printk("Error handler scsi_eh_%d waking up\n",
|
|
shost->host_no));
|
|
shost->host_no));
|
|
|
|
|
|
- shost->eh_active = 1;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* We have a host that is failing for some reason. Figure out
|
|
* We have a host that is failing for some reason. Figure out
|
|
* what we need to do to get it up and online again (if we can).
|
|
* what we need to do to get it up and online again (if we can).
|
|
@@ -1619,8 +1617,6 @@ int scsi_error_handler(void *data)
|
|
else
|
|
else
|
|
scsi_unjam_host(shost);
|
|
scsi_unjam_host(shost);
|
|
|
|
|
|
- shost->eh_active = 0;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Note - if the above fails completely, the action is to take
|
|
* Note - if the above fails completely, the action is to take
|
|
* individual devices offline and flush the queue of any
|
|
* individual devices offline and flush the queue of any
|