diff options
author | Jörn Engel <joern@logfs.org> | 2012-05-11 10:35:08 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-05-11 18:01:52 -0400 |
commit | 33933a0e962bba4af32de7db912e2fdfef603d24 (patch) | |
tree | df8e63fc5554c5eae2950f9d07658e5bc3ce6b64 /include/target | |
parent | d28d96dcf635410422b41eca5203b0470dd059c1 (diff) |
target: make target_put_session void
No real change, it effectively already was.
Signed-off-by: Joern Engel <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_fabric.h | 2 |
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 *, | |||
96 | void transport_register_session(struct se_portal_group *, | 96 | void 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 *); |
98 | void target_get_session(struct se_session *); | 98 | void target_get_session(struct se_session *); |
99 | int target_put_session(struct se_session *); | 99 | void target_put_session(struct se_session *); |
100 | void transport_free_session(struct se_session *); | 100 | void transport_free_session(struct se_session *); |
101 | void target_put_nacl(struct se_node_acl *); | 101 | void target_put_nacl(struct se_node_acl *); |
102 | void transport_deregister_session_configfs(struct se_session *); | 102 | void transport_deregister_session_configfs(struct se_session *); |