[SCSI] remove scsi_cmnd.eh_state

it's never set to anything, and just three broken drivers are looking
at it and doing odd things.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Šī revīzija ir iekļauta:
Christoph Hellwig
2005-06-19 13:39:23 +02:00
revīziju iesūtīja James Bottomley
vecāks fa4c49669f
revīzija a4c8f62851
4 mainīti faili ar 0 papildinājumiem un 25 dzēšanām

Parādīt failu

@@ -38,7 +38,6 @@ struct scsi_cmnd {
struct list_head list; /* scsi_cmnd participates in queue lists */
struct list_head eh_entry; /* entry for the host eh_cmd_q */
int eh_state; /* Used for state tracking in error handlr */
int eh_eflags; /* Used by error handlr */
void (*done) (struct scsi_cmnd *); /* Mid-level done function */