Re: [PATCH] sd: Fix discard granularity when LBPRZ=1

2016-03-08 Thread Martin K. Petersen
> "Bart" == Bart Van Assche writes: Bart> Please fix the spelling of "deterministic" in the patch Bart> description. With or without that change: Bart> Reviewed-by: Bart Van Assche Fixed, thanks! -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send t

Re: [PATCH] sd: Fix discard granularity when LBPRZ=1

2016-03-08 Thread Bart Van Assche
On 03/05/2016 03:10 PM, Martin K. Petersen wrote: Commit 397737223c59 ("sd: Make discard granularity match logical block size when LBPRZ=1") accidentally set the granularity to one byte instead of one logical block on devices that provide determistic zeroes after UNMAP. Signed-off-by: Martin K.

Re: [PATCH] sd: Fix discard granularity when LBPRZ=1

2016-03-07 Thread Martin K. Petersen
> "Ewan" == Ewan Milne writes: >> Commit 397737223c59 ("sd: Make discard granularity match logical >> block size when LBPRZ=1") accidentally set the granularity to one >> byte instead of one logical block on devices that provide determistic >> zeroes after UNMAP. Ewan> Reviewed-by: Ewan D. Mi

Re: [PATCH] sd: Fix discard granularity when LBPRZ=1

2016-03-07 Thread Ewan Milne
On Sat, 2016-03-05 at 18:10 -0500, Martin K. Petersen wrote: > Commit 397737223c59 ("sd: Make discard granularity match logical block > size when LBPRZ=1") accidentally set the granularity to one byte instead > of one logical block on devices that provide determistic zeroes after > UNMAP. > > Sign

[PATCH] sd: Fix discard granularity when LBPRZ=1

2016-03-05 Thread Martin K. Petersen
Commit 397737223c59 ("sd: Make discard granularity match logical block size when LBPRZ=1") accidentally set the granularity to one byte instead of one logical block on devices that provide determistic zeroes after UNMAP. Signed-off-by: Martin K. Petersen Reported-by: Mike Snitzer Fixes: 39773722