commit | e9ee7fea45787d657c2e56134fa8484382a90444 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Jul 24 09:20:17 2021 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Jul 28 22:24:25 2021 -0400 |
tree | 19dd1d66942a15eb8ddee3be8fca7b005e861a12 | |
parent | dba7688fc9037c8343ff298d32a3e56352046d37 [diff] |
scsi: cdrom: Remove the call to scsi_cmd_blk_ioctl() from cdrom_ioctl() Only the sr driver can handle SCSI passthrough requests, so move the call to scsi_cmd_blk_ioctl() there. Link: https://lore.kernel.org/r/20210724072033.1284840-9-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>