target: remove the t_task_cdbs_left field in struct se_cmd
authorChristoph Hellwig <hch@infradead.org>
Tue, 24 Apr 2012 04:25:07 +0000 (00:25 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 6 May 2012 22:11:27 +0000 (15:11 -0700)
commit226b6faf2e30e272ee5a52c2ed0a8c8a1d7b47d1
treef39c5904c6da5f04a6f5860c646005e21fba4282
parent5787cacd0bd5ee016ad807b244550d34fe2beebe
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>
drivers/target/target_core_tmr.c
drivers/target/target_core_transport.c
include/target/target_core_base.h
This page took 0.034257 seconds and 5 git commands to generate.