Re: [PATCH v2 13/23] percpu: generalize bitmap (un)populated iterators
From: Josef Bacik
Date: Tue Jul 25 2017 - 14:35:24 EST
On Mon, Jul 24, 2017 at 07:02:10PM -0400, Dennis Zhou wrote:
> From: "Dennis Zhou (Facebook)" <dennisszhou@xxxxxxxxx>
>
> The area map allocator only used a bitmap for the backing page state.
> The new bitmap allocator will use bitmaps to manage the allocation
> region in addition to this.
>
> This patch generalizes the bitmap iterators so they can be reused with
> the bitmap allocator.
>
> Signed-off-by: Dennis Zhou <dennisszhou@xxxxxxxxx>
Reviewed-by: Josef Bacik <jbacik@xxxxxx>
Thanks,
Josef