summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_tpg.c
diff options
context:
space:
mode:
authorThomas Glanzmann2013-10-07 23:13:02 +0200
committerNicholas Bellinger2013-10-24 06:30:07 +0200
commitb3fde035714b83ef7ddbbd5a520a2150d990349b (patch)
treeb8dab2778c0b419592687f8bf12df3a762d28d80 /drivers/target/target_core_tpg.c
parentiscsi-target: Add new TPG attribute (diff)
downloadkernel-qcow2-linux-b3fde035714b83ef7ddbbd5a520a2150d990349b.tar.gz
kernel-qcow2-linux-b3fde035714b83ef7ddbbd5a520a2150d990349b.tar.xz
kernel-qcow2-linux-b3fde035714b83ef7ddbbd5a520a2150d990349b.zip
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 'drivers/target/target_core_tpg.c')
-rw-r--r--drivers/target/target_core_tpg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c
index b9a6ec0aa5fe..ec992208dc55 100644
--- a/drivers/target/target_core_tpg.c
+++ b/drivers/target/target_core_tpg.c
@@ -116,6 +116,7 @@ struct se_node_acl *core_tpg_get_initiator_node_acl(
return acl;
}
+EXPORT_SYMBOL(core_tpg_get_initiator_node_acl);
/* core_tpg_add_node_to_devs():
*