2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 12:43:55 +08:00
linux-next/drivers/target
Christoph Hellwig afe92323f9 target: remove ->put_session method
The only instance of ->put_session is in qla2xxx, and was added by commit
aaf68b ("tcm_qla2xxx: Convert to TFO->put_session() usage") with the following
description:

    This patch converts tcm_qla2xxx code to use an internal kref_put() for
    se_session->sess_kref in order to ensure that qla_hw_data->hardware_lock
    can be held while calling qlt_unreg_sess() for the final put.

But these day we're already holding the hardware lock over qlt_unreg_sess in
the ->close_session callback, so we're fine without this method.

(Re-add missing tcm_qla2xxx_release_session + drop put_session usage - nab)

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2015-05-30 22:42:40 -07:00
..
iscsi target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
loopback target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
sbp target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
tcm_fc target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
Kconfig target: Put TCMU under a new config option 2015-04-19 22:41:12 -07:00
Makefile target: Put TCMU under a new config option 2015-04-19 22:41:12 -07:00
target_core_alua.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_alua.h target_core_alua: Referrals configfs integration 2014-01-09 21:48:35 -08:00
target_core_configfs.c target: remove struct target_fabric_configfs_template 2015-05-30 22:42:38 -07:00
target_core_device.c target: fix DPO and FUA bit checks 2015-05-30 22:41:44 -07:00
target_core_fabric_configfs.c target: remove struct target_fabric_configfs_template 2015-05-30 22:42:38 -07:00
target_core_fabric_lib.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_file.c target: fix DPO and FUA bit checks 2015-05-30 22:41:44 -07:00
target_core_file.h target/file: Remove fd_prot bounce buffer 2015-05-30 22:41:42 -07:00
target_core_hba.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_iblock.c target: Use a PASSTHROUGH flag instead of transport_types 2015-05-30 19:58:11 -07:00
target_core_iblock.h target: kill struct se_subsystem_dev 2012-11-06 20:55:43 -08:00
target_core_internal.h target: move transport ID handling to the core 2015-05-30 22:42:30 -07:00
target_core_pr.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_pr.h target: Fix APTPL metadata handling for dynamic MappedLUNs 2014-10-04 05:40:19 +00:00
target_core_pscsi.c target: Use a PASSTHROUGH flag instead of transport_types 2015-05-30 19:58:11 -07:00
target_core_pscsi.h target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST 2015-05-30 19:11:02 -07:00
target_core_rd.c target: Merge sbc_verify_dif_read|write 2015-05-30 22:41:41 -07:00
target_core_rd.h target/rd: Add support for protection SGL setup + release 2014-01-19 02:22:05 +00:00
target_core_sbc.c target: handle odd SG mapping for data transfer memory 2015-05-30 22:42:25 -07:00
target_core_spc.c target: remove the get_fabric_proto_ident method 2015-05-30 22:42:30 -07:00
target_core_stat.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_tmr.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_tpg.c target: change core_tpg_register prototype 2015-05-30 22:42:27 -07:00
target_core_transport.c target: remove ->put_session method 2015-05-30 22:42:40 -07:00
target_core_ua.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_ua.h target: target_core_ua_h: Add #define of include guard 2014-09-15 14:27:43 -07:00
target_core_user.c target/user: Add support for bidirectional commands 2015-05-30 22:41:47 -07:00
target_core_xcopy.c target: target_core_configfs.h is not needed in fabric drivers 2015-05-30 22:42:39 -07:00
target_core_xcopy.h target: Add support for EXTENDED_COPY copy offload emulation 2013-09-10 16:48:43 -07:00