Re: [PATCH V2 2/2] scsi: sd: Use sectors_to_logical()

2017-08-31 Thread Martin K. Petersen
Damien, > Replace open coded conversions. I have a pending sd.c cleanup that already does this. I may slip your patch in and rework my series on top of it. We'll see. -- Martin K. Petersen Oracle Linux Engineering

[PATCH V2 2/2] scsi: sd: Use sectors_to_logical()

2017-08-31 Thread Damien Le Moal
Replace open coded conversions. Signed-off-by: Damien Le Moal --- drivers/scsi/sd.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index e7d1eed4afa7..84fab90fe2cb 100644 --- a/drivers/scsi/sd.c