Re: [PATCH v2 05/23] percpu: unify allocation of schunk and dchunk

2017-07-25 Thread Josef Bacik
On Mon, Jul 24, 2017 at 07:02:02PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" > > Create a common allocator for first chunk initialization, > pcpu_alloc_first_chunk. Comments for this function will be added in a > later patch once the bitmap allocator is added. > > Signed-off-by:

[PATCH v2 05/23] percpu: unify allocation of schunk and dchunk

2017-07-24 Thread Dennis Zhou
From: "Dennis Zhou (Facebook)" Create a common allocator for first chunk initialization, pcpu_alloc_first_chunk. Comments for this function will be added in a later patch once the bitmap allocator is added. Signed-off-by: Dennis Zhou --- mm/percpu.c | 73 +--