RE: [PATCH 1/2] perpcu: correct pcpu_find_block_fit comments

2019-03-04 Thread Peng Fan
> -Original Message- > From: Dennis Zhou [mailto:den...@kernel.org] > Sent: 2019年3月5日 3:14 > To: Peng Fan > Cc: t...@kernel.org; c...@linux.com; linux...@kvack.org; > linux-kernel@vger.kernel.org; van.free...@gmail.com > Subject: Re: [PATCH 1/2] perpcu: correc

Re: [PATCH 1/2] perpcu: correct pcpu_find_block_fit comments

2019-03-04 Thread Dennis Zhou
On Mon, Mar 04, 2019 at 10:33:52AM +, Peng Fan wrote: > pcpu_find_block_fit is not find block index, it is to find > the bitmap off in a chunk. > > Signed-off-by: Peng Fan > --- > > V1: > Based on https://patchwork.kernel.org/cover/10832459/ applied linux-next > > mm/percpu.c | 2 +- >

[PATCH 1/2] perpcu: correct pcpu_find_block_fit comments

2019-03-04 Thread Peng Fan
pcpu_find_block_fit is not find block index, it is to find the bitmap off in a chunk. Signed-off-by: Peng Fan --- V1: Based on https://patchwork.kernel.org/cover/10832459/ applied linux-next mm/percpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/percpu.c