[PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-05-31 Thread Hannes Reinecke
Now that we're using 64-bit LUNs internally we need to increase the size of max_luns to 64 bits, too. Signed-off-by: Hannes Reinecke Reviewed-by: Christoph Hellwig Reviewed-by: Ewan Milne --- drivers/message/i2o/i2o_scsi.c | 2 +- drivers/scsi/advansys.c | 2 +- drivers/sc

[PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-06-03 Thread Hannes Reinecke
Now that we're using 64-bit LUNs internally we need to increase the size of max_luns to 64 bits, too. Signed-off-by: Hannes Reinecke Reviewed-by: Christoph Hellwig Reviewed-by: Ewan Milne --- drivers/message/i2o/i2o_scsi.c | 2 +- drivers/scsi/advansys.c | 2 +- drivers/sc

Re: [PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-06-25 Thread Christoph Hellwig
On Tue, Jun 03, 2014 at 10:58:56AM +0200, Hannes Reinecke wrote: > Now that we're using 64-bit LUNs internally we need to increase > the size of max_luns to 64 bits, too. > > Signed-off-by: Hannes Reinecke > Reviewed-by: Christoph Hellwig > Reviewed-by: Ewan Milne I just noticed that this has

Re: [PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-06-25 Thread Hannes Reinecke
On 06/25/2014 02:28 PM, Christoph Hellwig wrote: On Tue, Jun 03, 2014 at 10:58:56AM +0200, Hannes Reinecke wrote: Now that we're using 64-bit LUNs internally we need to increase the size of max_luns to 64 bits, too. Signed-off-by: Hannes Reinecke Reviewed-by: Christoph Hellwig Reviewed-by: Ew

Re: [PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-06-25 Thread Christoph Hellwig
On Wed, Jun 25, 2014 at 02:31:31PM +0200, Hannes Reinecke wrote: > Guess I need to redo the patchset yet again ... If you plan to resend it please also include these fixes for the mptfusion driver: diff --git a/drivers/message/fusion/mptfc.c b/drivers/message/fusion/mptfc.c index 02a3eef..bf2a2c

Re: [PATCH 5/6] scsi: use 64-bit value for 'max_luns'

2014-07-08 Thread Rusty Russell
Christoph Hellwig writes: > On Tue, Jun 03, 2014 at 10:58:56AM +0200, Hannes Reinecke wrote: >> Now that we're using 64-bit LUNs internally we need to increase >> the size of max_luns to 64 bits, too. >> >> Signed-off-by: Hannes Reinecke >> Reviewed-by: Christoph Hellwig >> Reviewed-by: Ewan Mi