commit | 72a0e5e2e2e6b577343c79013611ad5701e94482 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Apr 23 11:35:30 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun May 06 15:02:59 2012 -0700 |
tree | 06e41f5240a98040a2a6eed30ab75c0c4213baf2 | |
parent | ed3102c678c6274933948f9097bb4e2b314e5f82 [diff] |
target: remove the task_lba field in struct se_task Now that we don't split commands the lba field in the task is always equivalent to the one in the CDB, even in cases where we have two tasks due to a BIDI transfer. Just refer the the lba in the command instead of duplicating it in the task. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>