On Aug 15, 2012, at 5:39 PM, Rob Evers <rev...@redhat.com> wrote:

> 
> Signed-off-by: Rob Evers <rev...@redhat.com>
> ---
> drivers/scsi/iscsi_tcp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
> index 9220861..1b91ca0 100644
> --- a/drivers/scsi/iscsi_tcp.c
> +++ b/drivers/scsi/iscsi_tcp.c
> @@ -55,7 +55,7 @@ static struct scsi_transport_template 
> *iscsi_sw_tcp_scsi_transport;
> static struct scsi_host_template iscsi_sw_tcp_sht;
> static struct iscsi_transport iscsi_sw_tcp_transport;
> 
> -static unsigned int iscsi_max_lun = 512;
> +static unsigned int iscsi_max_lun = ~0;
> module_param_named(max_lun, iscsi_max_lun, uint, S_IRUGO);

Ok. Thanks.

Reviewed-by: Mike Christie <micha...@cs.wisc.edu>

--
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