]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/target/target_core_pscsi.c
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)
commited3102c678c6274933948f9097bb4e2b314e5f82
treea1dabb18032a61539905fe932bc1949cb6e8dd80
parent32d8d2e4300cabb0acbf4b60fa695924be27d0d1
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