Re: [PATCH 6/9] sbitmap: warn if using smaller shallow depth than was setup

2018-05-10 Thread Jens Axboe
On 5/10/18 11:02 AM, Omar Sandoval wrote: > On Thu, May 10, 2018 at 10:24:24AM -0600, Jens Axboe wrote: >> From: Omar Sandoval >> >> Make sure the user passed the right value to >> sbitmap_queue_min_shallow_depth(). > > An unlucky bisect that lands between this change and the

Re: [PATCH 6/9] sbitmap: warn if using smaller shallow depth than was setup

2018-05-10 Thread Omar Sandoval
On Thu, May 10, 2018 at 10:24:24AM -0600, Jens Axboe wrote: > From: Omar Sandoval > > Make sure the user passed the right value to > sbitmap_queue_min_shallow_depth(). An unlucky bisect that lands between this change and the BFQ/Kyber changes is going to trigger this warning. We

[PATCH 6/9] sbitmap: warn if using smaller shallow depth than was setup

2018-05-10 Thread Jens Axboe
From: Omar Sandoval Make sure the user passed the right value to sbitmap_queue_min_shallow_depth(). Acked-by: Paolo Valente Signed-off-by: Omar Sandoval Signed-off-by: Jens Axboe --- lib/sbitmap.c | 2 ++ 1 file