summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHannes Reinecke2013-12-17 09:18:46 +0100
committerNicholas Bellinger2013-12-17 20:01:25 +0100
commit9c6e164c8c28c1f9e24441674f8b8d81551c906b (patch)
treeaf9ebd54ee333afbc8aefa7ce5e894c65ed0b345 /include
parenttarget_core_alua: store old and pending ALUA state (diff)
downloadkernel-qcow2-linux-9c6e164c8c28c1f9e24441674f8b8d81551c906b.tar.gz
kernel-qcow2-linux-9c6e164c8c28c1f9e24441674f8b8d81551c906b.tar.xz
kernel-qcow2-linux-9c6e164c8c28c1f9e24441674f8b8d81551c906b.zip
target_core_alua: Use workqueue for ALUA transitioning
Use a workqueue for processing ALUA state transitions; this allows us to process implicit delay properly. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include')
-rw-r--r--include/target/target_core_base.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 2c723cf727f8..e653110acb61 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -302,6 +302,10 @@ struct t10_alua_tg_pt_gp {
struct config_group tg_pt_gp_group;
struct list_head tg_pt_gp_list;
struct list_head tg_pt_gp_mem_list;
+ struct se_port *tg_pt_gp_alua_port;
+ struct se_node_acl *tg_pt_gp_alua_nacl;
+ struct delayed_work tg_pt_gp_transition_work;
+ struct completion *tg_pt_gp_transition_complete;
};
struct t10_alua_tg_pt_gp_member {