Re: [PATCH 2/9] bfa: don't reset max_segments for every bsg request

2017-10-04 Thread Johannes Thumshirn
Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) Ke

Re: [PATCH 2/9] bfa: don't reset max_segments for every bsg request

2017-10-03 Thread Hannes Reinecke
On 10/03/2017 12:48 PM, Christoph Hellwig wrote: > We already support 256 or more segments as long as the architecture > supports SG chaining (all the ones that matter do), so removed the > weird playing with limits from the job handler. > > Signed-off-by: Christoph Hellwig > --- > drivers/scsi/

[PATCH 2/9] bfa: don't reset max_segments for every bsg request

2017-10-03 Thread Christoph Hellwig
We already support 256 or more segments as long as the architecture supports SG chaining (all the ones that matter do), so removed the weird playing with limits from the job handler. Signed-off-by: Christoph Hellwig --- drivers/scsi/bfa/bfad_bsg.c | 7 --- 1 file changed, 7 deletions(-) dif