mbox series

[0/5] scsi: use sg helper to operate sgl

Message ID 20190610150317.29546-1-ming.lei@redhat.com (mailing list archive)
Headers show
Series scsi: use sg helper to operate sgl | expand

Message

Ming Lei June 10, 2019, 3:03 p.m. UTC
Hi,

Most of drivers uses sg helper to operate sgl, however there is
still a few drivers which operates sgl directly, this way can't
work in case of chained sgl.

So convert them to use sg helper to operate sgl.


Ming Lei (5):
  scsi: vmw_pscsi: use sgl helper to operate sgl
  scsi: advansys: use sg helper to operate sgl
  scsi: ipr: use sg helper to operate sgl
  scsi: lpfc:  use sg helper to operate sgl
  scsi: mvumi: use sg helper to operate sgl

 drivers/scsi/advansys.c        | 2 +-
 drivers/scsi/ipr.c             | 7 ++++---
 drivers/scsi/lpfc/lpfc_nvmet.c | 3 +--
 drivers/scsi/mvumi.c           | 9 ++++-----
 drivers/scsi/vmw_pvscsi.c      | 2 +-
 5 files changed, 11 insertions(+), 12 deletions(-)