All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Christie <michaelc@cs.wisc.edu>
To: Rob Evers <revers@redhat.com>
Cc: linux-scsi@vger.kernel.org
Subject: Re: [PATCH] increase iscsi_tcp max_lun to ~0, don't care
Date: Tue, 21 Aug 2012 12:42:19 -0500	[thread overview]
Message-ID: <5033C87B.8000002@cs.wisc.edu> (raw)
In-Reply-To: <1345070374-32058-1-git-send-email-revers@redhat.com>

On 08/15/2012 05:39 PM, Rob Evers wrote:
> Signed-off-by: Rob Evers <revers@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);
>  
>  static int iscsi_sw_tcp_dbg;
> 

Not sure if you need my ack James, but just in case. Patch is ok with me.

Acked-by: Mike Christie <michaelc@cs.wisc.edu>

      parent reply	other threads:[~2012-08-21 17:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-15 22:39 [PATCH] increase iscsi_tcp max_lun to ~0, don't care Rob Evers
2012-08-16  4:33 ` Michael Christie
2012-08-21 17:42 ` Mike Christie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5033C87B.8000002@cs.wisc.edu \
    --to=michaelc@cs.wisc.edu \
    --cc=linux-scsi@vger.kernel.org \
    --cc=revers@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.