Re: [PATCH 09/10] percpu: replace area map allocator with bitmap allocator

From: Dennis Zhou
Date: Wed Jul 19 2017 - 18:19:21 EST


Hi Josef,

On Wed, Jul 19, 2017 at 07:11:06PM +0000, Josef Bacik wrote:
>
> This was a bear to review, I feel like it could be split into a few smaller
> pieces. You are changing hinting, allocating/freeing, and how you find chunks.
> Those seem like good logical divisions to me. Overall the design seems sound
> and I didn't spot any major problems. Once you've split them up I'll do another
> thorough comb through and then add my reviewed by. Thanks,

Yeah.. Thanks for taking the time. I'm currently working on responding
to Tejun's feedback and will do my best to split it down further. I've
done a bit of refactoring which should help readability and hopefully
make it easier in the next pass.

Thanks,
Dennis