Re: [PATCH 07/10] percpu: fix misnomer in schunk/dchunk variable names

From: Dennis Zhou
Date: Mon Jul 24 2017 - 16:09:51 EST


Hi Tejun,

On Mon, Jul 17, 2017 at 03:10:09PM -0400, Tejun Heo wrote:

> > /*
> > + * Initialize first chunk.
> > + * pcpu_first_chunk will always manage the dynamic region of the
> > + * first chunk. The static region is dropped as those addresses
>
> Would "not covered by any chunk" be clearer than "dropped"?

I've updated the comments in the new revision. This is explained in the
function comment now.

Thanks,
Dennis