diff options
author | Christoph Hellwig <hch@lst.de> | 2016-03-29 14:03:33 +0300 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2016-03-31 06:06:43 +0300 |
commit | ce7043fd903eb9722a885b98b53fffe2cedfb047 (patch) | |
tree | 9c4bd07f8030f7dd42c040f7f71d7f72ecf8018d /include/target | |
parent | 572a143489a10360ce2aca98c64f8be43c8400a6 (diff) | |
download | linux-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h index 685a51aa98cc..5a9dd1892b70 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; |