target: Fix multi-session dynamic se_node_acl double free OOPs
[firefly-linux-kernel-4.4.55.git] / include / target / target_core_base.h
index 6afc6f388edf9bc1062dae96aea5abb7584c62e8..800fe16cc36f44c5b90f08f9c5e2589f4e379c7f 100644 (file)
@@ -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;