On 07/08/2013 06:33 AM, [email protected] wrote:
>  static ssize_t
> @@ -181,8 +179,8 @@ qla4xxx_iscsi_version_show(struct device *dev, struct 
> device_attribute *attr,
>                          char *buf)
>  {
>       struct scsi_qla_host *ha = to_qla_host(class_to_shost(dev));
> -     return snprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->iscsi_major,
> -                     ha->iscsi_minor);
> +     return snprintf(buf, PAGE_SIZE, "%d.%02d\n", ha->fw_info.iscsi_major,
> +                     ha->fw_info.iscsi_minor);
>  }

Is this the same as the iscsi max and min from the iscsi spec? If so, it
should be a iscsi host setting.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to