1
0

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:
Christoph Hellwig
2018-12-13 16:17:01 +01:00
cometido por Martin K. Petersen
ascendente 8b2db98e81
cometimento 4dd4130a72
6 ficheiros modificados com 6 adições e 0 eliminações

Ver ficheiro

@@ -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,
};
/**