Re: [PATCH 14/22] ncr5380: Add MAX_LUN limit

From: Christoph Hellwig
Date: Mon Mar 14 2016 - 03:51:26 EST


On Mon, Mar 14, 2016 at 03:27:14PM +1100, Finn Thain wrote:
> The driver has a limit of eight LUs because of the byte-sized bitfield
> that is used for busy flags. Reject commands with LUN > 7.

Please just set the max_lun parameter in the host template, which will
take care of this.