]> Git Repo - linux.git/commit
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
authorJohannes Thumshirn <[email protected]>
Thu, 17 Nov 2016 09:31:12 +0000 (10:31 +0100)
committerMartin K. Petersen <[email protected]>
Fri, 18 Nov 2016 01:15:24 +0000 (20:15 -0500)
commit01e0e15c8b3b32e006e5cccac10c8b377ac3d803
tree3fc240c7d9dfe797cc2f8820341c438bfcd0d6ac
parenteb34094820c5dcfc8fa0bf68382e08ebac743dc2
scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly

Don't use fc_bsg_job::request and fc_bsg_job::reply directly, but use
helper variables bsg_request and bsg_reply. This will be helpful when
transitioning to bsg-lib.

Signed-off-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/s390/scsi/zfcp_fc.c
drivers/scsi/bfa/bfad_bsg.c
drivers/scsi/ibmvscsi/ibmvfc.c
drivers/scsi/libfc/fc_lport.c
drivers/scsi/lpfc/lpfc_bsg.c
drivers/scsi/qla2xxx/qla_bsg.c
drivers/scsi/qla2xxx/qla_iocb.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/qla2xxx/qla_mr.c
drivers/scsi/scsi_transport_fc.c
This page took 0.072789 seconds and 4 git commands to generate.