]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2i, be2iscsi: fix custom stats length
authorMike Christie <michaelc@cs.wisc.edu>
Tue, 1 Jul 2014 16:24:38 +0000 (11:24 -0500)
committerChristoph Hellwig <hch@lst.de>
Fri, 25 Jul 2014 21:16:54 +0000 (17:16 -0400)
commitc1d42f4ed0d09da67b303f29d55177adfee41f08
tree3a082f61e17cb2920839eb9f1bdf7964a560919a
parent5548484ef8c4555c400ce120aa87b4d91247230d
bnx2i, be2iscsi: fix custom stats length

The custom stats is an array with custom_length indicating the length
of the array. This patch fixes bnx2i and be2iscsi's setting of the
custom stats length. They both just have the one, eh_abort_cnt, so that should
be in the first entry of the custom array and custom_length should then
be one.

Reported-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Acked-by: Eddie Wai <eddie.wai@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/be2iscsi/be_iscsi.c
drivers/scsi/bnx2i/bnx2i_iscsi.c