Message ID | 20240528215640.91771-1-linux@treblig.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: qla2xxx: remove unused struct 'scsi_dif_tuple' | expand |
On 5/28/24 14:56, linux@treblig.org wrote: > From: "Dr. David Alan Gilbert" <linux@treblig.org> > > 'scsi_dif_tuple' is unused since > commit 8cb2049c7448 ("[SCSI] qla2xxx: T10 DIF - Handle uninitalized > sectors."). > > Remove it. > > Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> > --- > drivers/scsi/qla2xxx/qla_isr.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c > index d48007e18288..fe98c76e9be3 100644 > --- a/drivers/scsi/qla2xxx/qla_isr.c > +++ b/drivers/scsi/qla2xxx/qla_isr.c > @@ -3014,12 +3014,6 @@ qla2x00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, > } > } > > -struct scsi_dif_tuple { > - __be16 guard; /* Checksum */ > - __be16 app_tag; /* APPL identifier */ > - __be32 ref_tag; /* Target LBA or indirect LBA */ > -}; > - > /* > * Checks the guard or meta-data for the type of error > * detected by the HBA. In case of errors, we set the Looks Good. Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
> 'scsi_dif_tuple' is unused since commit 8cb2049c7448 ("[SCSI] qla2xxx: > T10 DIF - Handle uninitalized sectors."). > > Remove it. Applied to 6.11/scsi-staging, thanks!
On Tue, 28 May 2024 22:56:40 +0100, linux@treblig.org wrote: > 'scsi_dif_tuple' is unused since > commit 8cb2049c7448 ("[SCSI] qla2xxx: T10 DIF - Handle uninitalized > sectors."). > > Remove it. > > > [...] Applied to 6.11/scsi-queue, thanks! [1/1] scsi: qla2xxx: remove unused struct 'scsi_dif_tuple' https://git.kernel.org/mkp/scsi/c/96281dfa266d
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index d48007e18288..fe98c76e9be3 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c @@ -3014,12 +3014,6 @@ qla2x00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, } } -struct scsi_dif_tuple { - __be16 guard; /* Checksum */ - __be16 app_tag; /* APPL identifier */ - __be32 ref_tag; /* Target LBA or indirect LBA */ -}; - /* * Checks the guard or meta-data for the type of error * detected by the HBA. In case of errors, we set the