-
Hannes Reinecke authored
The SCSI parallel interface has a limit of 8 devices, but not the SCSI stack in general. So we should be removing the hard-coded limit and use MAX_SCSI_DEVS instead. And we only need to scan those devices which are allocated by the bus. Signed-off-by:
Hannes Reinecke <hare@suse.de>
Acked-by:
Christoph Hellwig <hch@lst.de>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>Hannes Reinecke authoredThe SCSI parallel interface has a limit of 8 devices, but not the SCSI stack in general. So we should be removing the hard-coded limit and use MAX_SCSI_DEVS instead. And we only need to scan those devices which are allocated by the bus. Signed-off-by:
Hannes Reinecke <hare@suse.de>
Acked-by:
Christoph Hellwig <hch@lst.de>
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>
Loading