Re: [PATCH] increase iscsi_tcp max_lun to ~1, don't care

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

 



On 08/15/2012 03:50 PM, Rob Evers wrote:
Signed-off-by: Rob Evers<revers@xxxxxxxxxx>
---
  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..fc9dfd2 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 = ~1;
  module_param_named(max_lun, iscsi_max_lun, uint, S_IRUGO);

  static int iscsi_sw_tcp_dbg;

should be ~0, not ~1.  I'll post another patch.
--
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