Re: [PATCH v2] qla2xxx: use t10_pi_tuple

2015-07-13 Thread Martin K. Petersen
> "Sebastian" == Sebastian Herbszt writes: Sebastian> Drop unused scsi_dif_tuple and use t10_pi_tuple instead of Sebastian> own sd_dif_tuple copy. Also use sg_virt() instead of open Sebastian> coding it. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] qla2xxx: use t10_pi_tuple

2015-07-12 Thread Bart Van Assche
On 07/12/15 14:54, Sebastian Herbszt wrote: Drop unused scsi_dif_tuple and use t10_pi_tuple instead of own sd_dif_tuple copy. Also use sg_virt() instead of open coding it. Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a

[PATCH v2] qla2xxx: use t10_pi_tuple

2015-07-12 Thread Sebastian Herbszt
Drop unused scsi_dif_tuple and use t10_pi_tuple instead of own sd_dif_tuple copy. Also use sg_virt() instead of open coding it. Signed-off-by: Sebastian Herbszt diff -urp linux/drivers/scsi/qla2xxx-orig/qla_def.h linux/drivers/scsi/qla2xxx/qla_def.h --- linux/drivers/scsi/qla2xxx-orig/qla_def.