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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index 9007833ac5ca..116959933f46 100644
--- a/include/target/target_core_fabric.h
+++ b/include/target/target_core_fabric.h
@@ -96,7 +96,7 @@ void __transport_register_session(struct se_portal_group *,
96void transport_register_session(struct se_portal_group *, 96void transport_register_session(struct se_portal_group *,
97 struct se_node_acl *, struct se_session *, void *); 97 struct se_node_acl *, struct se_session *, void *);
98void target_get_session(struct se_session *); 98void target_get_session(struct se_session *);
99int target_put_session(struct se_session *); 99void target_put_session(struct se_session *);
100void transport_free_session(struct se_session *); 100void transport_free_session(struct se_session *);
101void target_put_nacl(struct se_node_acl *); 101void target_put_nacl(struct se_node_acl *);
102void transport_deregister_session_configfs(struct se_session *); 102void transport_deregister_session_configfs(struct se_session *);