diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 1 | ||||
-rw-r--r-- | include/target/target_core_fabric.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index f8aa300b0d25..2cda5638a4cc 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -642,6 +642,7 @@ struct se_node_acl { | |||
642 | struct list_head acl_list; | 642 | struct list_head acl_list; |
643 | struct list_head acl_sess_list; | 643 | struct list_head acl_sess_list; |
644 | struct completion acl_free_comp; | 644 | struct completion acl_free_comp; |
645 | struct kref acl_kref; | ||
645 | }; | 646 | }; |
646 | 647 | ||
647 | struct se_session { | 648 | struct se_session { |
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 7e76aa167009..032c48753cfa 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h | |||
@@ -108,6 +108,7 @@ void transport_register_session(struct se_portal_group *, | |||
108 | void target_get_session(struct se_session *); | 108 | void target_get_session(struct se_session *); |
109 | int target_put_session(struct se_session *); | 109 | int target_put_session(struct se_session *); |
110 | void transport_free_session(struct se_session *); | 110 | void transport_free_session(struct se_session *); |
111 | void target_put_nacl(struct se_node_acl *); | ||
111 | void transport_deregister_session_configfs(struct se_session *); | 112 | void transport_deregister_session_configfs(struct se_session *); |
112 | void transport_deregister_session(struct se_session *); | 113 | void transport_deregister_session(struct se_session *); |
113 | 114 | ||