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