On 05/15/2014 08:38 AM, Christoph Hellwig wrote:
On Tue, Dec 10, 2013 at 01:26:21PM -0500, Chad Dupuis wrote:
+       if (!IS_QLAFX00(ha) && !IS_FWI2_CAPABLE(ha)) {
+               /* HW supports only 16-bit LUNs */
+               if (ql2xmaxlun > 0xffff)
+                       ql2xmaxlun = 0xffff;
+       }
        host->max_lun = ql2xmaxlun;

ql2xmaxlun is a global variable.  This should be changed to work on
host->max_lun instead.

Right. Will be fixing it up.

Cheers,

Hannes
--
Dr. Hannes Reinecke                   zSeries & Storage
h...@suse.de                          +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to