Re: [PATCHv7 11/23] scsi_dh_alua: move optimize_stpg evaluation

2016-02-18 Thread Bart Van Assche
On 02/15/2016 12:24 AM, Hannes Reinecke wrote: When the optimize_stpg module option is set we should just set it once during port_group allocation. Doing so allows us to override it later with device specific settings. Reviewed-by: Bart Van Assche -- To unsubscribe from this list: send the lin

[PATCHv7 11/23] scsi_dh_alua: move optimize_stpg evaluation

2016-02-15 Thread Hannes Reinecke
When the optimize_stpg module option is set we should just set it once during port_group allocation. Doing so allows us to override it later with device specific settings. Reviewed-by: Christoph Hellwig Signed-off-by: Hannes Reinecke --- drivers/scsi/device_handler/scsi_dh_alua.c | 13 ++---