summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_device.c
diff options
context:
space:
mode:
authorChristoph Hellwig2015-05-03 08:54:42 +0200
committerNicholas Bellinger2015-05-31 07:42:40 +0200
commitafe92323f9df4a2c4a093cd3f2a3f82800498596 (patch)
tree0ebe00790ea7727b63f02aea1ca00e5b596c310b /drivers/target/target_core_device.c
parenttarget: target_core_configfs.h is not needed in fabric drivers (diff)
downloadkernel-qcow2-linux-afe92323f9df4a2c4a093cd3f2a3f82800498596.tar.gz
kernel-qcow2-linux-afe92323f9df4a2c4a093cd3f2a3f82800498596.tar.xz
kernel-qcow2-linux-afe92323f9df4a2c4a093cd3f2a3f82800498596.zip
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>
Diffstat (limited to 'drivers/target/target_core_device.c')
0 files changed, 0 insertions, 0 deletions