scsi: Remove CONFIG_SCSI_MULTI_LUN
Obsolete; either use 'max_lun' if the host supports only a limited number of LUNs or BLIST_NOLUN if the target has problems addressing more than one LUN. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Ewan Milne <emilne@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:

committed by
Christoph Hellwig

parent
cc833acbee
commit
c309b35171
@@ -81,11 +81,7 @@ static const char *scsi_null_device_strs = "nullnullnullnull";
|
||||
|
||||
#define MAX_SCSI_LUNS 512
|
||||
|
||||
#ifdef CONFIG_SCSI_MULTI_LUN
|
||||
static unsigned int max_scsi_luns = MAX_SCSI_LUNS;
|
||||
#else
|
||||
static unsigned int max_scsi_luns = 1;
|
||||
#endif
|
||||
|
||||
module_param_named(max_luns, max_scsi_luns, uint, S_IRUGO|S_IWUSR);
|
||||
MODULE_PARM_DESC(max_luns,
|
||||
|
Reference in New Issue
Block a user