Skip to content

Commit 96281df

Browse files
Dr. David Alan Gilbertmartinkpetersen
authored andcommitted
scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple'
'scsi_dif_tuple' is unused since commit 8cb2049 ("[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors."). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 41b7574 commit 96281df

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/scsi/qla2xxx/qla_isr.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,12 +3014,6 @@ qla2x00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len,
30143014
}
30153015
}
30163016

3017-
struct scsi_dif_tuple {
3018-
__be16 guard; /* Checksum */
3019-
__be16 app_tag; /* APPL identifier */
3020-
__be32 ref_tag; /* Target LBA or indirect LBA */
3021-
};
3022-
30233017
/*
30243018
* Checks the guard or meta-data for the type of error
30253019
* detected by the HBA. In case of errors, we set the

0 commit comments

Comments
 (0)