]> git.baikalelectronics.ru Git - kernel.git/commit
target: remove target_get_task_cdb
authorChristoph Hellwig <hch@infradead.org>
Mon, 23 Apr 2012 15:35:29 +0000 (11:35 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 6 May 2012 22:02:59 +0000 (15:02 -0700)
commit5b2ff3794b157713ea4c3d4286d9bbc039ed6725
treea1dabb18032a61539905fe932bc1949cb6e8dd80
parentef27d777dbcddf835cbe09d9bb818bde2a175210
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>
drivers/target/target_core_cdb.c
drivers/target/target_core_pscsi.c
include/target/target_core_backend.h