scsi: bsg: Move bsg_scsi_ops to drivers/scsi/
authorChristoph Hellwig <hch@lst.de>
Sat, 24 Jul 2021 07:20:23 +0000 (09:20 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 29 Jul 2021 02:24:26 +0000 (22:24 -0400)
commit78011042684dfbb50f7060f4623793f7a5c74a01
tree07d91ef3f7feec1ced179e4d5348ee14e7801c07
parentd52fe8f436a6d9850b5e528cb94a651563a77374
scsi: bsg: Move bsg_scsi_ops to drivers/scsi/

Move the SCSI-specific bsg code in the SCSI midlayer instead of in the
common bsg code.  This just keeps the common bsg code block/ and also
allows building it as a module.

Link: https://lore.kernel.org/r/20210724072033.1284840-15-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
block/Kconfig
block/Makefile
block/bsg.c
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/scsi_bsg.c [new file with mode: 0644]
drivers/scsi/scsi_priv.h
drivers/scsi/scsi_sysfs.c
include/linux/blkdev.h
include/linux/bsg.h