diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index f176b8215302..6c83b14b3075 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -549,7 +549,6 @@ struct se_cmd { | |||
549 | unsigned long long t_task_lba; | 549 | unsigned long long t_task_lba; |
550 | atomic_t t_fe_count; | 550 | atomic_t t_fe_count; |
551 | atomic_t t_se_count; | 551 | atomic_t t_se_count; |
552 | atomic_t t_task_cdbs_ex_left; | ||
553 | unsigned int transport_state; | 552 | unsigned int transport_state; |
554 | #define CMD_T_ABORTED (1 << 0) | 553 | #define CMD_T_ABORTED (1 << 0) |
555 | #define CMD_T_ACTIVE (1 << 1) | 554 | #define CMD_T_ACTIVE (1 << 1) |