]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b3675e345925c39d262da94fcadcd7085f67224
treed078f5ba015d893611043094b4b72a730ad5db31
parentcd968120f76b70c728e309d321c0800e3c16c4c4
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