scsi: make sure all drivers set the use_clustering flag
A few drivers were not setting the use_clustering flag at all and thus default to disable. Fix them up to explicitly set this field in preparation for additional cleanups. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Este cometimento está contido em:

cometido por
Martin K. Petersen

ascendente
8b2db98e81
cometimento
4dd4130a72
@@ -2236,6 +2236,7 @@ struct scsi_host_template myrb_template = {
|
||||
.shost_attrs = myrb_shost_attrs,
|
||||
.sdev_attrs = myrb_sdev_attrs,
|
||||
.this_id = -1,
|
||||
.use_clustering = DISABLE_CLUSTERING,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador