summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-10-29 01:02:43 +0200
committerJames Bottomley <jejb@mulgrave.(none)>2005-11-06 12:44:44 -0600
commit474838d5e5b5fa768803abc5522ae3fdf85c5f4e (patch)
tree29fb0787bc734ef801dee9a21750e2237a01a466 /include/scsi
parentad42eb1b77b9c17065dc52bcab3f5e1cfb3535b9 (diff)
downloadlinux-3.10-474838d5e5b5fa768803abc5522ae3fdf85c5f4e.tar.gz
linux-3.10-474838d5e5b5fa768803abc5522ae3fdf85c5f4e.tar.bz2
linux-3.10-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 'include/scsi')
-rw-r--r--include/scsi/scsi_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h
index ecd53d7872d..9984d3fbb1f 100644
--- a/include/scsi/scsi_host.h
+++ b/include/scsi/scsi_host.h
@@ -469,8 +469,6 @@ struct Scsi_Host {
struct task_struct * ehandler; /* Error recovery thread. */
struct semaphore * eh_action; /* Wait for specific actions on the
host. */
- unsigned int eh_active:1; /* Indicates the eh thread is awake and active if
- this is true. */
wait_queue_head_t host_wait;
struct scsi_host_template *hostt;
struct scsi_transport_template *transportt;