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>
这个提交包含在:
@@ -264,11 +264,7 @@
|
||||
#define SCSI_NCR_SG_TABLESIZE (SCSI_NCR_MAX_SCATTER)
|
||||
#define SCSI_NCR_TIMER_INTERVAL (HZ)
|
||||
|
||||
#if 1 /* defined CONFIG_SCSI_MULTI_LUN */
|
||||
#define SCSI_NCR_MAX_LUN (16)
|
||||
#else
|
||||
#define SCSI_NCR_MAX_LUN (1)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* IO functions definition for big/little endian CPU support.
|
||||
|
在新工单中引用
屏蔽一个用户