diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-04-24 00:25:07 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-05-06 18:11:27 -0400 |
commit | 226b6faf2e30e272ee5a52c2ed0a8c8a1d7b47d1 (patch) | |
tree | f39c5904c6da5f04a6f5860c646005e21fba4282 /include/target | |
parent | 5787cacd0bd5ee016ad807b244550d34fe2beebe (diff) |
target: remove the t_task_cdbs_left field in struct se_cmd
Now that tasks are gone we are guaranteed to only get a single completion
per command, and thus don't need this counter.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
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 55a80bd50703..f176b8215302 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_left; | ||
553 | atomic_t t_task_cdbs_ex_left; | 552 | atomic_t t_task_cdbs_ex_left; |
554 | unsigned int transport_state; | 553 | unsigned int transport_state; |
555 | #define CMD_T_ABORTED (1 << 0) | 554 | #define CMD_T_ABORTED (1 << 0) |