scsi: core: Remove scsi_cmnd.tag
[sfrench/cifs-2.6.git] / include / scsi / scsi_cmnd.h
index 6c5a1c1c6b1eaa33b9c56f489058613e8f3e9aef..eaf04c9a1dfcb541e15b3316da0a698281244aef 100644 (file)
@@ -139,7 +139,6 @@ struct scsi_cmnd {
        int flags;              /* Command flags */
        unsigned long state;    /* Command completion state */
 
-       unsigned char tag;      /* SCSI-II queued command tag */
        unsigned int extra_len; /* length of alignment and padding */
 };