[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110228114018.390ce291.kamezawa.hiroyu@jp.fujitsu.com>
Date: Mon, 28 Feb 2011 11:40:18 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: Minchan Kim <minchan.kim@...il.com>
Cc: Greg Thelen <gthelen@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org,
containers@...ts.osdl.org, Andrea Righi <arighi@...eler.com>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
Daisuke Nishimura <nishimura@....nes.nec.co.jp>,
Ciju Rajan K <ciju@...ux.vnet.ibm.com>,
David Rientjes <rientjes@...gle.com>,
Wu Fengguang <fengguang.wu@...el.com>,
Chad Talbott <ctalbott@...gle.com>,
Justin TerAvest <teravest@...gle.com>,
Vivek Goyal <vgoyal@...hat.com>
Subject: Re: [PATCH v5 6/9] memcg: add kernel calls for memcg dirty page
stats
On Mon, 28 Feb 2011 02:01:43 +0900
Minchan Kim <minchan.kim@...il.com> wrote:
> On Fri, Feb 25, 2011 at 01:35:57PM -0800, Greg Thelen wrote:
spin_unlock_irqrestore(&mapping->tree_lock, flags);
> > } else {
> > @@ -1365,6 +1368,7 @@ int test_set_page_writeback(struct page *page)
> > PAGECACHE_TAG_WRITEBACK);
> > if (bdi_cap_account_writeback(bdi))
> > __inc_bdi_stat(bdi, BDI_WRITEBACK);
> > + mem_cgroup_inc_page_stat(page, MEMCG_NR_FILE_WRITEBACK);
>
> Question:
> Why should we care of BDI_CAP_NO_WRITEBACK?
>
Hmm, should we do ..
==
if (!ret) {
account_page_writeback(page);
+ mem_cgroup_inc_page_stat(page, MEMCG_NR_FILE_WRITEBACL);
}
==
Thanks,
-Kame
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists