On Fri, Mar 23, 2012 at 09:52:28AM +0900, KAMEZAWA Hiroyuki wrote: > diff --git a/mm/memcontrol.c b/mm/memcontrol.c > index b2ee6df..ca8b3a1 100644 > --- a/mm/memcontrol.c > +++ b/mm/memcontrol.c > @@ -5147,7 +5147,7 @@ static struct page *mc_handle_present_pte(struct vm_area_struct *vma, > return NULL; > if (PageAnon(page)) { > /* we don't move shared anon */ > - if (!move_anon() || page_mapcount(page) > 2) > + if (!move_anon()) > return NULL; > } else if (!move_file()) > /* we ignore mapcount for file pages */ > @@ -5158,26 +5158,32 @@ static struct page *mc_handle_present_pte(struct vm_area_struct *vma, > return page; > } > > +#ifdef CONFFIG_SWAP That will probably disable it for good :) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>