On 3/6/23 05:10, John Garry wrote:
Apart from that, I will say that I haven't studied the driver in detail, but my impression is that we should just set this flag per-shost in base_vha->host.active_mode, and not the host template supported_mode member. Indeed, we don't even seem to be making this driver scsi_host_template as const in this series, which I thought was the aim (and I assume because of this).
This patch is necessary because this patch prevents to declare the 'hostt' member of struct Scsi_Host const.
Thanks, Bart.