linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
To: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: kosaki.motohiro@jp.fujitsu.com,
	Andrew Morton <akpm@linux-foundation.org>,
	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
	linux-mm@kvack.org, lizf@cn.fujitsu.com,
	linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9)
Date: Tue, 21 Jul 2009 00:20:38 +0900 (JST)	[thread overview]
Message-ID: <20090721001923.AF72.A69D9226@jp.fujitsu.com> (raw)
In-Reply-To: <20090710130021.5610.74850.sendpatchset@balbir-laptop>


very sorry for the delaying.


> @@ -1918,6 +1951,7 @@ loop_again:
>  		for (i = 0; i <= end_zone; i++) {
>  			struct zone *zone = pgdat->node_zones + i;
>  			int nr_slab;
> +			int nid, zid;
>  
>  			if (!populated_zone(zone))
>  				continue;
> @@ -1932,6 +1966,15 @@ loop_again:
>  			temp_priority[i] = priority;
>  			sc.nr_scanned = 0;
>  			note_zone_scanning_priority(zone, priority);
> +
> +			nid = pgdat->node_id;
> +			zid = zone_idx(zone);
> +			/*
> +			 * Call soft limit reclaim before calling shrink_zone.
> +			 * For now we ignore the return value
> +			 */
> +			mem_cgroup_soft_limit_reclaim(zone, order, sc.gfp_mask,
> +							nid, zid);
>  			/*
>  			 * We put equal pressure on every zone, unless one
>  			 * zone has way too many pages free already.


In this part:
	Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>



--
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>

  reply	other threads:[~2009-07-20 15:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-10 12:59 [RFC][PATCH 0/5] Memory controller soft limit patches (v9) Balbir Singh
2009-07-10 12:59 ` [RFC][PATCH 1/5] Memory controller soft limit documentation (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 2/5] Memory controller soft limit interface (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 3/5] Memory controller soft limit organize cgroups (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 4/5] Memory controller soft limit refactor reclaim flags (v9) Balbir Singh
2009-07-10 13:00 ` [RFC][PATCH 5/5] Memory controller soft limit reclaim on contention (v9) Balbir Singh
2009-07-20 15:20   ` KOSAKI Motohiro [this message]
2009-07-20 15:47     ` Balbir Singh
2009-07-15  4:08 ` [RFC][PATCH 0/5] Memory controller soft limit patches (v9) Balbir Singh
2009-07-15  4:33   ` KAMEZAWA Hiroyuki
2009-07-15  5:25     ` Balbir Singh
2009-07-15  5:28   ` KOSAKI Motohiro
2009-07-15  5:32     ` Balbir Singh
2009-07-20 15:48 ` Balbir Singh
2009-07-21  0:03   ` KAMEZAWA Hiroyuki

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=20090721001923.AF72.A69D9226@jp.fujitsu.com \
    --to=kosaki.motohiro@jp.fujitsu.com \
    --cc=akpm@linux-foundation.org \
    --cc=balbir@linux.vnet.ibm.com \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=lizf@cn.fujitsu.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