Re: [PATCH 1 01/25] hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescan

2015-10-30 Thread Hannes Reinecke
On 10/28/2015 11:04 PM, Don Brace wrote: > pulling the rug out from under the reset handler > likewise for ioaccel_cmds_out > > Signed-off-by: Don Brace > --- > drivers/scsi/hpsa.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c > index 406

Re: [PATCH 1 01/25] hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescan

2015-10-29 Thread Tomas Henzl
On 28.10.2015 23:04, Don Brace wrote: > pulling the rug out from under the reset handler > likewise for ioaccel_cmds_out > > Signed-off-by: Don Brace Reviewed-by: Tomas Henzl Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vg

[PATCH 1 01/25] hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescan

2015-10-28 Thread Don Brace
pulling the rug out from under the reset handler likewise for ioaccel_cmds_out Signed-off-by: Don Brace --- drivers/scsi/hpsa.c |2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 40669f8..e60c652 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/