Re: [PATCH 3/5] qla2xxx: Restrict max_luns to 16-bit for older HBAs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux