diff options
Diffstat (limited to 'drivers/scsi/st.h')
-rw-r--r-- | drivers/scsi/st.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h index 05a5cae126ec..50f3deb1f9ed 100644 --- a/drivers/scsi/st.h +++ b/drivers/scsi/st.h | |||
@@ -117,7 +117,8 @@ struct scsi_tape { | |||
117 | unsigned char cln_sense_value; | 117 | unsigned char cln_sense_value; |
118 | unsigned char cln_sense_mask; | 118 | unsigned char cln_sense_mask; |
119 | unsigned char use_pf; /* Set Page Format bit in all mode selects? */ | 119 | unsigned char use_pf; /* Set Page Format bit in all mode selects? */ |
120 | unsigned char try_dio; /* try direct i/o? */ | 120 | unsigned char try_dio; /* try direct i/o in general? */ |
121 | unsigned char try_dio_now; /* try direct i/o before next close? */ | ||
121 | unsigned char c_algo; /* compression algorithm */ | 122 | unsigned char c_algo; /* compression algorithm */ |
122 | unsigned char pos_unknown; /* after reset position unknown */ | 123 | unsigned char pos_unknown; /* after reset position unknown */ |
123 | int tape_type; | 124 | int tape_type; |