RE: [PATCH] Use the correct size to set block max sectors

2016-06-03 Thread Long Li
; Cc: Bart Van Assche <bart.vanass...@sandisk.com>; James E.J. Bottomley > <j...@linux.vnet.ibm.com>; Martin K. Petersen > <martin.peter...@oracle.com>; KY Srinivasan <k...@microsoft.com>; linux- > s...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject:

RE: [PATCH] Use the correct size to set block max sectors

2016-06-03 Thread Long Li
E.J. Bottomley > ; Martin K. Petersen > ; KY Srinivasan ; linux- > s...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] Use the correct size to set block max sectors > > >>>>> "Long" == Long Li writes: > > Long, > > Long&

Re: [PATCH] Use the correct size to set block max sectors

2016-05-31 Thread Martin K. Petersen
> "Long" == Long Li writes: Long, Long> Yes, this has been fixed in that patch. I'd like to get my patch into scsi-fixes but it needs another set of eyes. Would you mind either testing or reviewing it? Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] Use the correct size to set block max sectors

2016-05-31 Thread Martin K. Petersen
> "Long" == Long Li writes: Long, Long> Yes, this has been fixed in that patch. I'd like to get my patch into scsi-fixes but it needs another set of eyes. Would you mind either testing or reviewing it? Thanks! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Long Li
racle.com> > Cc: KY Srinivasan <k...@microsoft.com>; linux-s...@vger.kernel.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH] Use the correct size to set block max sectors > > On 05/26/16 17:08, Long Li wrote: > > The block sector size should be in unit

RE: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Long Li
rg > Subject: Re: [PATCH] Use the correct size to set block max sectors > > On 05/26/16 17:08, Long Li wrote: > > The block sector size should be in unit of 512 bytes, not in bytes. > > > > Signed-off-by: Long Li > > > > --- > > drivers/scsi/sd.c | 6 +++

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Bart Van Assche
On 05/26/16 17:08, Long Li wrote: The block sector size should be in unit of 512 bytes, not in bytes. Signed-off-by: Long Li --- drivers/scsi/sd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Bart Van Assche
On 05/26/16 17:08, Long Li wrote: The block sector size should be in unit of 512 bytes, not in bytes. Signed-off-by: Long Li --- drivers/scsi/sd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 428c03e..4bce17e 100644 ---

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Joe Perches
dOn Thu, 2016-05-26 at 17:08 -0700, Long Li wrote: > The block sector size should be in unit of 512 bytes, not in bytes. Thanks. The patch subject should use something like: [PATCH] sd: Use the correct size to set block max sectors to show what subsystem is being modified. > diff --git

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Joe Perches
dOn Thu, 2016-05-26 at 17:08 -0700, Long Li wrote: > The block sector size should be in unit of 512 bytes, not in bytes. Thanks. The patch subject should use something like: [PATCH] sd: Use the correct size to set block max sectors to show what subsystem is being modified. > diff --git

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Fam Zheng
On Thu, 05/26 17:08, Long Li wrote: > The block sector size should be in unit of 512 bytes, not in bytes. > > Signed-off-by: Long Li > > --- > drivers/scsi/sd.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/sd.c

Re: [PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Fam Zheng
On Thu, 05/26 17:08, Long Li wrote: > The block sector size should be in unit of 512 bytes, not in bytes. > > Signed-off-by: Long Li > > --- > drivers/scsi/sd.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c > index

[PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Long Li
The block sector size should be in unit of 512 bytes, not in bytes. Signed-off-by: Long Li --- drivers/scsi/sd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 428c03e..4bce17e 100644 ---

[PATCH] Use the correct size to set block max sectors

2016-05-26 Thread Long Li
The block sector size should be in unit of 512 bytes, not in bytes. Signed-off-by: Long Li --- drivers/scsi/sd.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index 428c03e..4bce17e 100644 --- a/drivers/scsi/sd.c +++