Re: [PATCH 6/7] memcg: add per cgroup writeback pages accounting
From: Fengguang Wu <hidden>
Date: 2012-07-09 05:26:03
Also in:
linux-mm, lkml
From: Fengguang Wu <hidden>
Date: 2012-07-09 05:26:03
Also in:
linux-mm, lkml
quoted
quoted
quoted
Where is the MEM_CGROUP_STAT_FILE_WRITEBACK increased?It's in account_page_writeback(). void account_page_writeback(struct page *page) { + mem_cgroup_inc_page_stat(page, MEM_CGROUP_STAT_FILE_WRITEBACK); inc_zone_page_state(page, NR_WRITEBACK); }I didn't find that chunk, perhaps it's lost due to rebase..Ah? a bit weird... you can refer to the link http://thread.gmane.org/gmane.linux.kernel.cgroups/3134 which is an integral one. Thanks!
Ah I got it. Sorry I overlooked it..and the new view does help make it obvious ;) Thanks, Fengguang -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>