aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2012-05-18 13:57:19 -0700
committerNicholas Bellinger <nab@linux-iscsi.org>2012-06-12 19:33:05 -0700
commit4149268e7816d719b0fde8e89aaa6db8c168fc43 (patch)
tree3c180fca14317541addad2cf65e0d5ad5b01bc3d /include
parentLinux 3.5-rc2 (diff)
downloadlinux-dev-4149268e7816d719b0fde8e89aaa6db8c168fc43.tar.xz
linux-dev-4149268e7816d719b0fde8e89aaa6db8c168fc43.zip
target: Add TFO->put_session() caller for HW fabric session shutdown
This patch adds an optional target_core_fabric_ops->put_session() caller within the existing target_put_session() code path. This is required by tcm_qla2xxx code in order to invoke it's own fabric specific session shutdown handler using se_session->sess_kref. Signed-off-by: Joern Engel <joern@logfs.org> Cc: Roland Dreier <roland@purestorage.com> Cc: Arun Easi <arun.easi@qlogic.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r--include/target/target_core_fabric.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index 116959933f46..c78a23333c4f 100644
--- a/include/target/target_core_fabric.h
+++ b/include/target/target_core_fabric.h
@@ -47,6 +47,7 @@ struct target_core_fabric_ops {
*/
int (*check_stop_free)(struct se_cmd *);
void (*release_cmd)(struct se_cmd *);
+ void (*put_session)(struct se_session *);
/*
* Called with spin_lock_bh(struct se_portal_group->session_lock held.
*/