summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@linux-iscsi.org>2017-03-12 08:19:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-12 08:19:16 +0000
commit89acafdf0deebb064b610c175abc76a7c81ad6ba (patch)
tree66b44a52d93c650ebe4f2b0b3c5af8017cff7507 /include
parentfb5c00195774e2d635418006b2a778a8b1ffc2af (diff)
parent6af0acc0b69f96b28285ddd994555e5ac71f9bb5 (diff)
target: Fix multi-session dynamic se_node_acl double free OOPs
am: 6af0acc0b6 Change-Id: Iaa5c0362e6956f9303e5ec68b70567cb3b583dbb
Diffstat (limited to 'include')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 6afc6f388edf..800fe16cc36f 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -544,6 +544,7 @@ struct se_node_acl {
/* Used to signal demo mode created ACL, disabled by default */
bool dynamic_node_acl;
bool acl_stop:1;
+ bool dynamic_stop;
u32 queue_depth;
u32 acl_index;
enum target_prot_type saved_prot_type;