]> Pileus Git - ~andy/linux/blobdiff - include/scsi/scsi_host.h
spi: Use bitfields for multiple data lines
[~andy/linux] / include / scsi / scsi_host.h
index 755243572219da23383d1bab92ff42584766ba8c..546084964d554fc8e463e9244558fce4e4eb8563 100644 (file)
@@ -598,9 +598,12 @@ struct Scsi_Host {
        unsigned int host_eh_scheduled;    /* EH scheduled without command */
     
        unsigned int host_no;  /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */
-       int resetting; /* if set, it means that last_reset is a valid value */
+
+       /* next two fields are used to bound the time spent in error handling */
+       int eh_deadline;
        unsigned long last_reset;
 
+
        /*
         * These three parameters can be used to allow for wide scsi,
         * and for host adapters that support multiple busses