Re: [PATCH v2 13/23] percpu: generalize bitmap (un)populated iterators

From: Tejun Heo
Date: Wed Jul 26 2017 - 10:08:56 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>

Applied 1-13 to percpu/for-4.14.

Nice cleanups. Thanks.

--
tejun