commit | b8d897ab663f499774bb250db9880139a3b0a229 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 03 12:48:38 2017 +0200 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Oct 16 23:36:23 2017 -0400 |
tree | 512c046b9f084d3450280e75a11f57721f485c42 | |
parent | 8712f467d4a560e03ede0d5a0316407db8882729 [diff] |
scsi: bfa: don't reset max_segments for every bsg request 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 <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>