From: Hugh Dickins <hugh@veritas.com>
To: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Rik van Riel <riel@redhat.com>,
Lee Schermerhorn <lee.schermerhorn@hp.com>,
Balbir Singh <balbir@in.ibm.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] splitlru: memcg swapbacked pages active
Date: Mon, 30 Jun 2008 20:19:36 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0806302010230.27080@blonde.site> (raw)
In-Reply-To: <20080630114439.da792361.kamezawa.hiroyu@jp.fujitsu.com>
On Mon, 30 Jun 2008, KAMEZAWA Hiroyuki wrote:
> On Sun, 29 Jun 2008 01:22:22 +0100 (BST)
> Hugh Dickins <hugh@veritas.com> wrote:
> >
> > --- mmotm/mm/memcontrol.c 2008-06-27 13:39:20.000000000 +0100
> > +++ linux/mm/memcontrol.c 2008-06-27 17:32:29.000000000 +0100
> > @@ -560,6 +560,8 @@ static int mem_cgroup_charge_common(stru
> > pc->flags = PAGE_CGROUP_FLAG_CACHE;
> > if (page_is_file_cache(page))
> > pc->flags |= PAGE_CGROUP_FLAG_FILE;
> > + else
> > + pc->flags |= PAGE_CGROUP_FLAG_ACTIVE;
> > } else
> > pc->flags = PAGE_CGROUP_FLAG_ACTIVE;
> >
>
> Hmm, maybe no trouble but we'll have to care shmem's page is not marked as
> PAGE_CGROUP_FLAG_CACHE but charged by mem_cgroup_charge_cache_page().
> (I think why shmem is charged as cache is because shmem is used for tmpfs)
>
> pc->flags |= PAGE_CGROUP_FLAG_FILE | PAGE_CGROUP_FLAG_ACTIVE;
>
> is bad ? (or not work ? I can't catch yet.)
Sorry, I've tried several times to understand you here, but still don't.
I thought shmem's page is marked as PAGE_CGROUP_FLAG_CACHE, and is
charged by mem_cgroup_charge_cache_page(), and that's what memcg wants?
It is a bit weird that PAGE_CGROUP_FLAG_CACHE and PAGE_CGROUP_FLAG_FILE
diverge, I'm not thrilled with that: that's an aspect of splitlru
treating shmem/tmpfs pages as not-file pages, which I'm unhappy with.
Hugh
next prev parent reply other threads:[~2008-06-30 19:21 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-29 0:20 [PATCH] splitlru: shmem_getpage SetPageSwapBacked sooner Hugh Dickins
2008-06-29 0:22 ` [PATCH] splitlru: memcg swapbacked pages active Hugh Dickins
2008-06-29 8:19 ` KOSAKI Motohiro
2008-06-29 12:20 ` Hugh Dickins
2008-06-29 12:58 ` KOSAKI Motohiro
2008-06-29 13:51 ` Hugh Dickins
2008-06-30 2:44 ` KAMEZAWA Hiroyuki
2008-06-30 19:19 ` Hugh Dickins [this message]
2008-06-30 8:36 ` [RFC][PATCH] memcg: change shmem handler KAMEZAWA Hiroyuki
2008-06-30 19:52 ` Hugh Dickins
2008-07-01 0:56 ` kamezawa.hiroyu
2008-07-02 2:16 ` [RFC][PATCH] memcg: shmem swap cache KAMEZAWA Hiroyuki
2008-07-01 1:06 ` Re: Re: [RFC][PATCH] memcg: change shmem handler kamezawa.hiroyu
2008-07-03 7:15 ` Balbir Singh
2008-07-03 7:56 ` KAMEZAWA Hiroyuki
2008-06-29 0:24 ` [PATCH] splitlru: BDI_CAP_SWAP_BACKED Hugh Dickins
2008-06-29 8:48 ` KOSAKI Motohiro
2008-06-29 15:16 ` Rik van Riel
2008-06-30 2:53 ` KAMEZAWA Hiroyuki
2008-06-30 19:23 ` Hugh Dickins
2008-06-30 19:49 ` Rik van Riel
2008-06-30 20:55 ` Hugh Dickins
2008-06-30 21:17 ` Rik van Riel
2008-06-29 8:09 ` [PATCH] splitlru: shmem_getpage SetPageSwapBacked sooner KOSAKI Motohiro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0806302010230.27080@blonde.site \
--to=hugh@veritas.com \
--cc=akpm@linux-foundation.org \
--cc=balbir@in.ibm.com \
--cc=kamezawa.hiroyu@jp.fujitsu.com \
--cc=lee.schermerhorn@hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=riel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®