aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 9e7a6a5451c2..5b7d5f3dd24c 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -572,7 +572,6 @@ struct se_cmd {
572#define CMD_T_LUN_STOP (1 << 7) 572#define CMD_T_LUN_STOP (1 << 7)
573#define CMD_T_LUN_FE_STOP (1 << 8) 573#define CMD_T_LUN_FE_STOP (1 << 8)
574#define CMD_T_DEV_ACTIVE (1 << 9) 574#define CMD_T_DEV_ACTIVE (1 << 9)
575 atomic_t transport_lun_active;
576 spinlock_t t_state_lock; 575 spinlock_t t_state_lock;
577 struct completion t_transport_stop_comp; 576 struct completion t_transport_stop_comp;
578 struct completion transport_lun_fe_stop_comp; 577 struct completion transport_lun_fe_stop_comp;