]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/st.h
[SCSI] lpfc 8.1.1 : Added code to adjust lun queue depth to avoid target overloading
[linux-2.6-omap-h63xx.git] / drivers / scsi / st.h
index 061da111398e98cbe097c3845c6686d3be7f9cad..790acac160bcb33b8bfb2426b2e147f09814563e 100644 (file)
@@ -3,7 +3,7 @@
 #define _ST_H
 
 #include <linux/completion.h>
-
+#include <linux/kref.h>
 
 /* Descriptor for analyzed sense data */
 struct st_cmdstatus {
@@ -156,6 +156,7 @@ struct scsi_tape {
        unsigned char last_sense[16];
 #endif
        struct gendisk *disk;
+       struct kref     kref;
 };
 
 /* Bit masks for use_pf */