Re: [PATCH] beiscsi: the custom_length field has been set to a wrong value.

2014-07-07 Thread Christoph Hellwig
On Thu, Jun 26, 2014 at 11:16:26AM +0200, Maurizio Lombardi wrote: In the beiscsi_conn_get_stats() function, custom_length should be set to 1 to take into account the eh_abort_cnt field at custom[0]. Signed-off-by: Maurizio Lombardi mlomb...@redhat.com Any chance to get a review on this one?

Re: [PATCH] beiscsi: the custom_length field has been set to a wrong value.

2014-07-07 Thread Tomas Henzl
On 06/26/2014 11:16 AM, Maurizio Lombardi wrote: In the beiscsi_conn_get_stats() function, custom_length should be set to 1 to take into account the eh_abort_cnt field at custom[0]. Signed-off-by: Maurizio Lombardi mlomb...@redhat.com --- drivers/scsi/be2iscsi/be_iscsi.c | 2 +- 1 file

Re: [PATCH] beiscsi: the custom_length field has been set to a wrong value.

2014-07-07 Thread Christoph Hellwig
Oops, I just noticed that bnx2i, be2iscsi: fix custom stats length included this one liner change. Sorry for the stir! -- 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

[PATCH] beiscsi: the custom_length field has been set to a wrong value.

2014-06-26 Thread Maurizio Lombardi
In the beiscsi_conn_get_stats() function, custom_length should be set to 1 to take into account the eh_abort_cnt field at custom[0]. Signed-off-by: Maurizio Lombardi mlomb...@redhat.com --- drivers/scsi/be2iscsi/be_iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git