summaryrefslogtreecommitdiff
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-03-29 11:03:33 (GMT)
committerNicholas Bellinger <nab@linux-iscsi.org>2016-03-31 03:06:43 (GMT)
commitce7043fd903eb9722a885b98b53fffe2cedfb047 (patch)
tree9c4bd07f8030f7dd42c040f7f71d7f72ecf8018d /include/target
parent572a143489a10360ce2aca98c64f8be43c8400a6 (diff)
downloadlinux-ce7043fd903eb9722a885b98b53fffe2cedfb047.tar.xz
target: remove ->fabric_cleanup_nodeacl
Instead we can clean up the list of default ACLs in core code. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_fabric.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index 685a51a..5a9dd18 100644
--- a/include/target/target_core_fabric.h
+++ b/include/target/target_core_fabric.h
@@ -87,7 +87,6 @@ struct target_core_fabric_ops {
struct config_group *, const char *);
void (*fabric_drop_np)(struct se_tpg_np *);
int (*fabric_init_nodeacl)(struct se_node_acl *, const char *);
- void (*fabric_cleanup_nodeacl)(struct se_node_acl *);
struct configfs_attribute **tfc_discovery_attrs;
struct configfs_attribute **tfc_wwn_attrs;