On Thu, Sep 08, 2011 at 05:30:42PM +0900, KAMEZAWA Hiroyuki wrote: > On Thu, 8 Sep 2011 09:40:22 +0200 > Johannes Weiner <jweiner@xxxxxxxxxx> wrote: > > > There is a potential race between a thread charging a page and another > > thread putting it back to the LRU list: > > > > charge: putback: > > SetPageCgroupUsed SetPageLRU > > PageLRU && add to memcg LRU PageCgroupUsed && add to memcg LRU > > > > I assumed that all pages are charged before added to LRU. > (i.e. event happens in charge->lru_lock->putback order.) > > But hmm, this assumption may be bad for maintainance. > Do you find a code which adds pages to LRU before charge ? > > Hmm, if there are codes which recharge the page to other memcg, > it will cause bug and my assumption may be harmful. Swap slots are read optimistically into swapcache and put to the LRU, then charged upon fault. Fuse apparently recharges uncharged LRU pages. That's why we have the lrucare stuff in the first place, no? Or did I misunderstand your question? -- 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>