Re: [PATCH 08/16] BNX2I: Added mutex lock protection to conn_get_param

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

 



On Wed, 2010-11-17 at 19:27 -0800, Mike Christie wrote:
> On 11/10/2010 05:04 PM, Eddie Wai wrote:
> > -		return iscsi_conn_get_param(cls_conn, param, buf);
> > +		len = iscsi_conn_get_param(cls_conn, param, buf);
> > +		if (len == -ENOSYS)
> > +			len = 0;
> 
> Why are you returning 0 here?
> 
Looks like returning -ENOSYS as-is is the expected behavior as cross
referenced to iscsi_tcp.  I'll remove this.  Thanks.  
> 


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