]> err.no Git - linux-2.6/blobdiff - include/scsi/scsi_host.h
[PATCH] ext2: Enable atomic inode security labeling
[linux-2.6] / include / scsi / scsi_host.h
index ac1b6125e3ae7d2ea87df9380ad457b53f72f8fc..916144be208b93b948f867d04599608fa6b5981f 100644 (file)
@@ -467,12 +467,10 @@ struct Scsi_Host {
        struct task_struct    * ehandler;  /* Error recovery thread. */
        struct semaphore      * eh_wait;   /* The error recovery thread waits
                                              on this. */
-       struct completion     * eh_notify; /* wait for eh to begin or end */
        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. */
-       unsigned int            eh_kill:1; /* set when killing the eh thread */
        wait_queue_head_t       host_wait;
        struct scsi_host_template *hostt;
        struct scsi_transport_template *transportt;