diff options
author | <htejun@gmail.com> | 2005-04-03 14:55:06 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-16 20:13:58 -0500 |
commit | 97665e9c22991401dc56968619c6b8b9c09f3268 (patch) | |
tree | 1e6e2fc5d3c7cb1852db1d39326416954653dfd4 /include | |
parent | 1409277c4aad2e87ad27b2b8a6901ce78eaf8081 (diff) | |
download | linux-3.10-97665e9c22991401dc56968619c6b8b9c09f3268.tar.gz linux-3.10-97665e9c22991401dc56968619c6b8b9c09f3268.tar.bz2 linux-3.10-97665e9c22991401dc56968619c6b8b9c09f3268.zip |
[PATCH] scsi: remove unused scsi_cmnd->internal_timeout field
scsi_cmnd->internal_timeout field doesn't have any meaning
anymore. Kill the field.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 9d9871c28ab..ae45d6f8f98 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -65,12 +65,6 @@ struct scsi_cmnd { int timeout_total; int timeout; - /* - * We handle the timeout differently if it happens when a reset, - * abort, etc are in process. - */ - unsigned volatile char internal_timeout; - unsigned char cmd_len; unsigned char old_cmd_len; enum dma_data_direction sc_data_direction; |