aboutsummaryrefslogtreecommitdiffstats
path: root/include/target/target_core_fabric.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/target/target_core_fabric.h')
-rw-r--r--include/target/target_core_fabric.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index 78d88f03b296..de44462a7680 100644
--- a/include/target/target_core_fabric.h
+++ b/include/target/target_core_fabric.h
@@ -50,10 +50,6 @@ struct target_core_fabric_ops {
50 */ 50 */
51 int (*check_stop_free)(struct se_cmd *); 51 int (*check_stop_free)(struct se_cmd *);
52 void (*release_cmd)(struct se_cmd *); 52 void (*release_cmd)(struct se_cmd *);
53 /*
54 * Called with spin_lock_bh(struct se_portal_group->session_lock held.
55 */
56 int (*shutdown_session)(struct se_session *);
57 void (*close_session)(struct se_session *); 53 void (*close_session)(struct se_session *);
58 u32 (*sess_get_index)(struct se_session *); 54 u32 (*sess_get_index)(struct se_session *);
59 /* 55 /*
@@ -123,8 +119,6 @@ void __transport_register_session(struct se_portal_group *,
123 struct se_node_acl *, struct se_session *, void *); 119 struct se_node_acl *, struct se_session *, void *);
124void transport_register_session(struct se_portal_group *, 120void transport_register_session(struct se_portal_group *,
125 struct se_node_acl *, struct se_session *, void *); 121 struct se_node_acl *, struct se_session *, void *);
126int target_get_session(struct se_session *);
127void target_put_session(struct se_session *);
128ssize_t target_show_dynamic_sessions(struct se_portal_group *, char *); 122ssize_t target_show_dynamic_sessions(struct se_portal_group *, char *);
129void transport_free_session(struct se_session *); 123void transport_free_session(struct se_session *);
130void target_put_nacl(struct se_node_acl *); 124void target_put_nacl(struct se_node_acl *);