commit | 78011042684dfbb50f7060f4623793f7a5c74a01 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jul 24 09:20:23 2021 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Jul 28 22:24:26 2021 -0400 |
tree | 07d91ef3f7feec1ced179e4d5348ee14e7801c07 | |
parent | d52fe8f436a6d9850b5e528cb94a651563a77374 [diff] |
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>