diff options
| author | 2005-10-29 01:02:43 +0200 | |
|---|---|---|
| committer | 2005-11-06 12:44:44 -0600 | |
| commit | 474838d5e5b5fa768803abc5522ae3fdf85c5f4e (patch) | |
| tree | 29fb0787bc734ef801dee9a21750e2237a01a466 /drivers/scsi/scsi_error.c | |
| parent | [SCSI] tidy up scsi_error_handler (diff) | |
| download | wireguard-linux-474838d5e5b5fa768803abc5522ae3fdf85c5f4e.tar.xz wireguard-linux-474838d5e5b5fa768803abc5522ae3fdf85c5f4e.zip | |
[SCSI] remove Scsi_Host.eh_active
now that the abuse in qla2xxx is gone this field can be remove.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_error.c')
| -rw-r--r-- | drivers/scsi/scsi_error.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c index 56353e878130..5a30485d5038 100644 --- a/drivers/scsi/scsi_error.c +++ b/drivers/scsi/scsi_error.c @@ -1607,8 +1607,6 @@ int scsi_error_handler(void *data) printk("Error handler scsi_eh_%d waking up\n", shost->host_no)); - shost->eh_active = 1; - /* * 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). @@ -1619,8 +1617,6 @@ int scsi_error_handler(void *data) else scsi_unjam_host(shost); - shost->eh_active = 0; - /* * Note - if the above fails completely, the action is to take * individual devices offline and flush the queue of any |
