Re: [PATCH 3/5] qla2xxx: Restrict max_lun to 16-bit for older HBAs

2014-05-22 Thread Christoph Hellwig
On Tue, May 20, 2014 at 01:03:09PM +0200, Hannes Reinecke wrote: > Older HBAs are only capable of supporting 16-bit LUNs, > so we need to make sure to adjust max_lun accordingly. > > Signed-off-by: Hannes Reinecke > Acked-by: Chad Dupuis Looks good, Reviewed-by: Christoph Hellwig This is pro

Re: [PATCH 3/5] qla2xxx: Restrict max_lun to 16-bit for older HBAs

2014-05-20 Thread Chad Dupuis
On Tue, 20 May 2014, Hannes Reinecke wrote: Older HBAs are only capable of supporting 16-bit LUNs, so we need to make sure to adjust max_lun accordingly. Signed-off-by: Hannes Reinecke Acked-by: Chad Dupuis --- drivers/scsi/qla2xxx/qla_os.c | 7 ++- 1 file changed, 6 insertions(+), 1 dele

[PATCH 3/5] qla2xxx: Restrict max_lun to 16-bit for older HBAs

2014-05-20 Thread Hannes Reinecke
Older HBAs are only capable of supporting 16-bit LUNs, so we need to make sure to adjust max_lun accordingly. Signed-off-by: Hannes Reinecke Acked-by: Chad Dupuis --- drivers/scsi/qla2xxx/qla_os.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla