From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> This series adds a simple target lport register/deregister API in qla_target.c in order to push the qla_scsi_host scanning out of tcm_qla2xx and drop the bogus pci_get_drvdata() usage in current code. It also removes similar code in tcm_qla2xxx_npiv_make_lport(), which has been changed to return -ENOSYS for now until the remaining NPIV pieces are addressed. Thanks, --nab Nicholas Bellinger (2): qla2xxx: Add target lport register/deregister callers tcm_qla2xxx: Drop pci_get_drvdata from tcm_qla2xxx_npiv_make_lport drivers/scsi/qla2xxx/qla_target.c | 117 +++++++++++ drivers/scsi/qla2xxx/qla_target.h | 3 + drivers/target/tcm_qla2xxx/tcm_qla2xxx_configfs.c | 220 +++------------------ 3 files changed, 147 insertions(+), 193 deletions(-) -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html