aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2013-12-17 09:18:45 +0100
committerNicholas Bellinger <nab@linux-iscsi.org>2013-12-17 10:34:49 -0800
commitdfbce75ac8b4ed5dc51f8f144ebb274db940388d (patch)
tree84a804689e3316f2a5df0737d0680cd5bed14325 /include/target
parenttarget_core_alua: Allocate ALUA metadata on demand (diff)
downloadlinux-dev-dfbce75ac8b4ed5dc51f8f144ebb274db940388d.tar.xz
linux-dev-dfbce75ac8b4ed5dc51f8f144ebb274db940388d.zip
target_core_alua: store old and pending ALUA state
During state transition we should be storing both the original and the pending state. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index bf9a4d6c26da..2c723cf727f8 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -284,6 +284,8 @@ struct t10_alua_tg_pt_gp {
u16 tg_pt_gp_id;
int tg_pt_gp_valid_id;
int tg_pt_gp_alua_supported_states;
+ int tg_pt_gp_alua_pending_state;
+ int tg_pt_gp_alua_previous_state;
int tg_pt_gp_alua_access_status;
int tg_pt_gp_alua_access_type;
int tg_pt_gp_nonop_delay_msecs;