Re: [PATCH V3 2/3] hpsa: limit outstanding rescans

2017-03-15 Thread Martin K. Petersen
Don Brace writes: > My bad. I'll send up a V4. Sorry about that. I already fixed it up and James pulled the new tree. So we're all set. -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH V3 2/3] hpsa: limit outstanding rescans

2017-03-15 Thread Don Brace
.@infradead.org; Scott Teel > ; Viswas G ; Justin > Lindley ; Scott Benesh > ; posw...@suse.com > Cc: linux-scsi@vger.kernel.org > Subject: Re: [PATCH V3 2/3] hpsa: limit outstanding rescans > > EXTERNAL EMAIL > > > On Fri, 2017-03-10 at 14:35 -0600, Don Brace wrote:

Re: [PATCH V3 2/3] hpsa: limit outstanding rescans

2017-03-15 Thread James Bottomley
On Fri, 2017-03-10 at 14:35 -0600, Don Brace wrote: > avoid rescan storms. No need to queue another > if one is pending. > > Reviewed-by: Scott Benesh > Reviewed-by: Scott Teel > Reviewed-by: Tomas Henzl review Guys, what is this additional "review" for? I just noticed because my reply script

[PATCH V3 2/3] hpsa: limit outstanding rescans

2017-03-10 Thread Don Brace
avoid rescan storms. No need to queue another if one is pending. Reviewed-by: Scott Benesh Reviewed-by: Scott Teel Reviewed-by: Tomas Henzl review Signed-off-by: Don Brace --- drivers/scsi/hpsa.c | 16 +++- drivers/scsi/hpsa.h |1 + 2 files changed, 16 insertions(+), 1 delet