Re: [PATCH 3/6] hpsa: disable volume status check for older controller

2017-08-14 Thread Hannes Reinecke
On 08/11/2017 03:23 PM, Tomas Henzl wrote: > On 8.8.2017 10:35, Hannes Reinecke wrote: >> Older Controller might not support volume status, so assume >> the volume is online here. >> >> Signed-off-by: Hannes Reinecke >> --- >> drivers/scsi/hpsa.c | 11 +++ >> 1 file

Re: [PATCH 3/6] hpsa: disable volume status check for older controller

2017-08-11 Thread Tomas Henzl
On 8.8.2017 10:35, Hannes Reinecke wrote: > Older Controller might not support volume status, so assume > the volume is online here. > > Signed-off-by: Hannes Reinecke > --- > drivers/scsi/hpsa.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git

Re: [PATCH 3/6] hpsa: disable volume status check for older controller

2017-08-09 Thread Christoph Hellwig
Why that weird supported flag check? (which also means I need to got back to the previous patch and understand that part..)