Re: [PATCH] sbitmap: trivial - update comment for sbitmap_deferred_clear_bit

2019-03-22 Thread Jens Axboe
On 3/16/19 2:24 AM, Shenghui Wang wrote: > "sbitmap_batch_clear" should be "sbitmap_deferred_clear" Applied, thanks. -- Jens Axboe

Re: [PATCH] sbitmap: trivial - update comment for sbitmap_deferred_clear_bit

2019-03-21 Thread Omar Sandoval
On Sat, Mar 16, 2019 at 04:24:37PM +0800, Shenghui Wang wrote: > "sbitmap_batch_clear" should be "sbitmap_deferred_clear" Acked-by: Omar Sandoval > Signed-off-by: Shenghui Wang > --- > include/linux/sbitmap.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/lin