Re: [PATCH] scsi: Remove unnecessary condition in sd_read_block_limits()

2017-09-14 Thread Martin K. Petersen
Lukas, > After series of changes around WRITE_SAME and UNMAP setup we ended up > with leftover unnecessary condition. Remove it. Yeah, lbprz went away and made it redundant. Applied to 4.14/scsi-fixes. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: Remove unnecessary condition in sd_read_block_limits()

2017-09-13 Thread Bart Van Assche
On Wed, 2017-09-13 at 16:29 +0200, Lukas Czerner wrote: > After series of changes around WRITE_SAME and UNMAP setup we ended up > with leftover unnecessary condition. Remove it. A similar patch was sitting in my tree and waiting to be posted. But since you posted this first: Reviewed-by: Bart

[PATCH] scsi: Remove unnecessary condition in sd_read_block_limits()

2017-09-13 Thread Lukas Czerner
After series of changes around WRITE_SAME and UNMAP setup we ended up with leftover unnecessary condition. Remove it. Signed-off-by: Lukas Czerner --- drivers/scsi/sd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/sd.c b/drivers/scsi/sd.c index