Re: [PATCH] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability.

2016-06-14 Thread Andrew Morton
On Tue, 14 Jun 2016 17:17:37 +0800 wrote: > From: z00281421 > > more mapcount page as kpage could reduce total replacement > times than fewer mapcount one when ksmd scan and replace > among forked pages later. > Hopefully Hugh will

Re: [PATCH] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability.

2016-06-14 Thread Andrew Morton
On Tue, 14 Jun 2016 17:17:37 +0800 wrote: > From: z00281421 > > more mapcount page as kpage could reduce total replacement > times than fewer mapcount one when ksmd scan and replace > among forked pages later. > Hopefully Hugh will be able to have a think about this. > --- a/mm/ksm.c >

[PATCH] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability.

2016-06-14 Thread zhouxianrong
From: z00281421 more mapcount page as kpage could reduce total replacement times than fewer mapcount one when ksmd scan and replace among forked pages later. Signed-off-by: z00281421 --- mm/ksm.c | 15 +++ 1 file

[PATCH] more mapcount page as kpage could reduce total replacement times than fewer mapcount one in probability.

2016-06-14 Thread zhouxianrong
From: z00281421 more mapcount page as kpage could reduce total replacement times than fewer mapcount one when ksmd scan and replace among forked pages later. Signed-off-by: z00281421 --- mm/ksm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/mm/ksm.c b/mm/ksm.c