All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Weiner <jweiner@redhat.com>
To: Bob Liu <lliubbo@gmail.com>
Cc: linux-mm@kvack.org, akpm@linux-foundation.org,
	kamezawa.hiroyu@jp.fujitsu.com, mhocko@suse.cz
Subject: Re: [PATCH] memcg: drop type MEM_CGROUP_CHARGE_TYPE_DROP
Date: Wed, 7 Dec 2011 15:22:22 +0100	[thread overview]
Message-ID: <20111207142222.GA12679@redhat.com> (raw)
In-Reply-To: <1323253846-21245-1-git-send-email-lliubbo@gmail.com>

On Wed, Dec 07, 2011 at 06:30:46PM +0800, Bob Liu wrote:
> uncharge will happen only when !page_mapped(page) no matter MEM_CGROUP_CHARGE_TYPE_DROP
> or MEM_CGROUP_CHARGE_TYPE_SWAPOUT when called from mem_cgroup_uncharge_swapcache().
> i think it's no difference, so drop it.
> 
> Signed-off-by: Bob Liu <lliubbo@gmail.com>
> ---
>  mm/memcontrol.c |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
> 
> diff --git a/mm/memcontrol.c b/mm/memcontrol.c
> index 6aff93c..02a2988 100644
> --- a/mm/memcontrol.c
> +++ b/mm/memcontrol.c
> @@ -339,7 +339,6 @@ enum charge_type {
>  	MEM_CGROUP_CHARGE_TYPE_SHMEM,	/* used by page migration of shmem */
>  	MEM_CGROUP_CHARGE_TYPE_FORCE,	/* used by force_empty */
>  	MEM_CGROUP_CHARGE_TYPE_SWAPOUT,	/* for accounting swapcache */
> -	MEM_CGROUP_CHARGE_TYPE_DROP,	/* a page was unused swap cache */
>  	NR_CHARGE_TYPE,
>  };
>  
> @@ -3000,7 +2999,6 @@ __mem_cgroup_uncharge_common(struct page *page, enum charge_type ctype)
>  
>  	switch (ctype) {
>  	case MEM_CGROUP_CHARGE_TYPE_MAPPED:
> -	case MEM_CGROUP_CHARGE_TYPE_DROP:
>  		/* See mem_cgroup_prepare_migration() */
>  		if (page_mapped(page) || PageCgroupMigration(pc))
>  			goto unlock_out;
> @@ -3121,9 +3119,6 @@ mem_cgroup_uncharge_swapcache(struct page *page, swp_entry_t ent, bool swapout)
>  	struct mem_cgroup *memcg;
>  	int ctype = MEM_CGROUP_CHARGE_TYPE_SWAPOUT;
>  
> -	if (!swapout) /* this was a swap cache but the swap is unused ! */
> -		ctype = MEM_CGROUP_CHARGE_TYPE_DROP;
> -

Pages are in swap cache for swapping in as well as for swapping out.
When a page is removed from swap cache and memory, the accounting
needs to know about the direction.  See the other checks against
TYPE_SWAPOUT.

--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      parent reply	other threads:[~2011-12-07 14:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07 10:30 [PATCH] memcg: drop type MEM_CGROUP_CHARGE_TYPE_DROP Bob Liu
2011-12-07 11:03 ` KAMEZAWA Hiroyuki
2011-12-07 12:29   ` Bob Liu
2011-12-08  1:42     ` KAMEZAWA Hiroyuki
2011-12-08 10:34       ` Bob Liu
2011-12-07 14:22 ` Johannes Weiner [this message]

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=20111207142222.GA12679@redhat.com \
    --to=jweiner@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-mm@kvack.org \
    --cc=lliubbo@gmail.com \
    --cc=mhocko@suse.cz \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.