diff options
Diffstat (limited to 'drivers/scsi/st.h')
| -rw-r--r-- | drivers/scsi/st.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h index b548923785e..8a23640981c 100644 --- a/drivers/scsi/st.h +++ b/drivers/scsi/st.h @@ -66,6 +66,7 @@ struct st_modedef {  	unsigned char default_compression;	/* 0 = don't touch, etc */  	short default_density;	/* Forced density, -1 = no value */  	int default_blksize;	/* Forced blocksize, -1 = no value */ +	struct scsi_tape *tape;  	struct cdev *cdevs[2];  /* Auto-rewind and non-rewind devices */  }; @@ -99,6 +100,7 @@ struct scsi_tape {  	struct mutex lock;	/* For serialization */  	struct completion wait;	/* For SCSI commands */  	struct st_buffer *buffer; +	int index;  	/* Drive characteristics */  	unsigned char omit_blklims;  |