target: Add se_node_acl->acl_kref for ->acl_free_comp usage
[deliverable/linux.git] / include / target / target_core_base.h
index f8aa300b0d2599153e588202e6f21a0bcdc558fe..2cda5638a4cc029a351513a5b7c03e6c47b8cc5c 100644 (file)
@@ -642,6 +642,7 @@ struct se_node_acl {
        struct list_head        acl_list;
        struct list_head        acl_sess_list;
        struct completion       acl_free_comp;
+       struct kref             acl_kref;
 };
 
 struct se_session {
This page took 0.025041 seconds and 5 git commands to generate.