commit | ed3102c678c6274933948f9097bb4e2b314e5f82 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Apr 23 11:35:29 2012 -0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Sun May 06 15:02:59 2012 -0700 |
tree | a1dabb18032a61539905fe932bc1949cb6e8dd80 | |
parent | 32d8d2e4300cabb0acbf4b60fa695924be27d0d1 [diff] |
target: remove target_get_task_cdb Now that tasks are always the same size as the command there is no need to rewrite a CDB in common code. Notw that we keep the separately allocated CDB in the pscsi and stgt backends for now, to easy reintroducing any command splitting local to these backends if nessecary. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>