aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-05-02 15:45:20 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2016-05-10 01:19:11 -0700
commitfba81f8831b20272a97a990e5d47c332e9b1f65d (patch)
treebf8a65e7425f35ab07dcd5bf3826cc9e40f7548f /include/target
parenttarget: consolidate and fix session shutdown (diff)
downloadwireguard-linux-fba81f8831b20272a97a990e5d47c332e9b1f65d.tar.xz
wireguard-linux-fba81f8831b20272a97a990e5d47c332e9b1f65d.zip
target: remove acl_stop
Ensure we can use list_empty on the sess_acl_list to remove the need for this flag. 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_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 3e0dd86360a2..1d4e1cb7f373 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -536,7 +536,6 @@ struct se_node_acl {
char initiatorname[TRANSPORT_IQN_LEN];
/* Used to signal demo mode created ACL, disabled by default */
bool dynamic_node_acl;
- bool acl_stop:1;
u32 queue_depth;
u32 acl_index;
enum target_prot_type saved_prot_type;