diff options
author | Thomas Glanzmann <thomas@glanzmann.de> | 2013-10-07 17:13:02 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-10-24 00:30:07 -0400 |
commit | b3fde035714b83ef7ddbbd5a520a2150d990349b (patch) | |
tree | b8dab2778c0b419592687f8bf12df3a762d28d80 /include | |
parent | 4c54b6cf28bcd942d53d8504c4fb45bb3637f7da (diff) |
target: Export symbol core_tpg_check_initiator_node_acl
Export symbol core_tpg_check_initiator_node_acl and move prototype from the
private drivers/target/target_core_internal.h to the public
include/target/target_core_fabric.h
Signed-off-by: Thomas Glanzmann <thomas@glanzmann.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/target/target_core_fabric.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 882b650e32be..4cf4fda404a3 100644 --- a/include/target/target_core_fabric.h +++ b/include/target/target_core_fabric.h | |||
@@ -137,6 +137,8 @@ void transport_generic_request_failure(struct se_cmd *, sense_reason_t); | |||
137 | void __target_execute_cmd(struct se_cmd *); | 137 | void __target_execute_cmd(struct se_cmd *); |
138 | int transport_lookup_tmr_lun(struct se_cmd *, u32); | 138 | int transport_lookup_tmr_lun(struct se_cmd *, u32); |
139 | 139 | ||
140 | struct se_node_acl *core_tpg_get_initiator_node_acl(struct se_portal_group *tpg, | ||
141 | unsigned char *); | ||
140 | struct se_node_acl *core_tpg_check_initiator_node_acl(struct se_portal_group *, | 142 | struct se_node_acl *core_tpg_check_initiator_node_acl(struct se_portal_group *, |
141 | unsigned char *); | 143 | unsigned char *); |
142 | void core_tpg_clear_object_luns(struct se_portal_group *); | 144 | void core_tpg_clear_object_luns(struct se_portal_group *); |