diff options
author | Christoph Hellwig <hch@lst.de> | 2005-09-06 08:04:26 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-09-06 18:26:06 -0400 |
commit | c5478def7a3a2dba9ceda452c2aa3539514d30a9 (patch) | |
tree | f007c87094d1fa3fede0cb10a665ecbaf1814223 /include/scsi | |
parent | 32993523dc59759ae6cb349e4d231d4cd2165329 (diff) |
[SCSI] switch EH thread startup to the kthread API
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index ac1b6125e3ae..916144be208b 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h | |||
@@ -467,12 +467,10 @@ struct Scsi_Host { | |||
467 | struct task_struct * ehandler; /* Error recovery thread. */ | 467 | struct task_struct * ehandler; /* Error recovery thread. */ |
468 | struct semaphore * eh_wait; /* The error recovery thread waits | 468 | struct semaphore * eh_wait; /* The error recovery thread waits |
469 | on this. */ | 469 | on this. */ |
470 | struct completion * eh_notify; /* wait for eh to begin or end */ | ||
471 | struct semaphore * eh_action; /* Wait for specific actions on the | 470 | struct semaphore * eh_action; /* Wait for specific actions on the |
472 | host. */ | 471 | host. */ |
473 | unsigned int eh_active:1; /* Indicates the eh thread is awake and active if | 472 | unsigned int eh_active:1; /* Indicates the eh thread is awake and active if |
474 | this is true. */ | 473 | this is true. */ |
475 | unsigned int eh_kill:1; /* set when killing the eh thread */ | ||
476 | wait_queue_head_t host_wait; | 474 | wait_queue_head_t host_wait; |
477 | struct scsi_host_template *hostt; | 475 | struct scsi_host_template *hostt; |
478 | struct scsi_transport_template *transportt; | 476 | struct scsi_transport_template *transportt; |