Re: [PATCH 03/21] hpsa: abandon rescans on memory alloaction failures.

2015-10-26 Thread Tomas Henzl
On 26.10.2015 15:29, Don Brace wrote: > On 10/26/2015 09:24 AM, Tomas Henzl wrote: >> On 24.10.2015 21:52, Don Brace wrote: >>> Abandon and reschedule rescan process only if device inquiries >>> fail due to mem alloc failures, which are likely to occur for >>> all devices. >>> >>> Otherwise, skip d

Re: [PATCH 03/21] hpsa: abandon rescans on memory alloaction failures.

2015-10-26 Thread Tomas Henzl
On 26.10.2015 15:32, Tomas Henzl wrote: > On 26.10.2015 15:29, Don Brace wrote: >> On 10/26/2015 09:24 AM, Tomas Henzl wrote: >>> On 24.10.2015 21:52, Don Brace wrote: Abandon and reschedule rescan process only if device inquiries fail due to mem alloc failures, which are likely to occur

Re: [PATCH 03/21] hpsa: abandon rescans on memory alloaction failures.

2015-10-26 Thread Tomas Henzl
On 24.10.2015 21:52, Don Brace wrote: > Abandon and reschedule rescan process only if device inquiries > fail due to mem alloc failures, which are likely to occur for > all devices. > > Otherwise, skip device if inquiry fails for other reasons, > and continue rescanning process for other devices. >

Re: [PATCH 03/21] hpsa: abandon rescans on memory alloaction failures.

2015-10-26 Thread Don Brace
On 10/26/2015 09:24 AM, Tomas Henzl wrote: On 24.10.2015 21:52, Don Brace wrote: Abandon and reschedule rescan process only if device inquiries fail due to mem alloc failures, which are likely to occur for all devices. Otherwise, skip device if inquiry fails for other reasons, and continue resc

[PATCH 03/21] hpsa: abandon rescans on memory alloaction failures.

2015-10-24 Thread Don Brace
Abandon and reschedule rescan process only if device inquiries fail due to mem alloc failures, which are likely to occur for all devices. Otherwise, skip device if inquiry fails for other reasons, and continue rescanning process for other devices. Reviewed-by: Scott Teel Reviewed-by: Justin Lind