scsi: bsg: Move the whole request execution into the SCSI/transport handlers
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Jul 2021 06:48:45 +0000 (08:48 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 31 Jul 2021 02:22:36 +0000 (22:22 -0400)
commit75ca56409e5b35aa6ceef94462f39ef4f533fc41
treebb531f9b0f990e9bb763ae66577519f04ab733bf
parent1e61c1a804d2a2a3c46add01cac3a6e9eca01080
scsi: bsg: Move the whole request execution into the SCSI/transport handlers

Remove the amount of indirect calls by making the handler responsible for
the entire execution of the request.

Link: https://lore.kernel.org/r/20210729064845.1044147-5-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
block/bsg-lib.c
block/bsg.c
drivers/scsi/scsi_bsg.c
include/linux/bsg.h