scsi: target: pscsi: Remove struct pscsi_plugin_task
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Feb 2022 17:55:45 +0000 (18:55 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 2 Mar 2022 03:21:49 +0000 (22:21 -0500)
commitc49ff72cff4caff709b2edb98421bd87bec1d853
treed078f5ba015d893611043094b4b72a730ad5db31
parenta2a59faa359af6304d2bb8a59e8fc879ff0ea55d
scsi: target: pscsi: Remove struct pscsi_plugin_task

Copy directly from the se_cmd CDB to the one in the scsi_request.  This
temporarily limits the pscsi backend to supporting only up to 16 byte CDBs,
but this restriction will be lifted later in this series.

Link: https://lore.kernel.org/r/20220224175552.988286-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_pscsi.c
drivers/target/target_core_pscsi.h