[SCSI] remove check for 'resetting'
Field is now unused, so this is dead code. [jejb: remove resetting and last_reset from Scsi_Host] Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
53a8936cb5
commit
6b1e5a45d4
@@ -598,8 +598,6 @@ 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 */
|
||||
unsigned long last_reset;
|
||||
|
||||
/*
|
||||
* These three parameters can be used to allow for wide scsi,
|
||||
|
Reference in New Issue
Block a user