From: Balbir Singh <balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
To: KAMEZAWA Hiroyuki
<kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
Cc: "containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org"
<containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org>,
"yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org"
<yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org>
Subject: Re: [RFC][ for -mm] memory cgroup enhancements take3 [1/9] fix try_to_free_mem_cgroup_pages() numa handling
Date: Tue, 30 Oct 2007 17:35:01 +0530 [thread overview]
Message-ID: <47271DED.1090002@linux.vnet.ibm.com> (raw)
In-Reply-To: <20071030201431.56f6b242.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
KAMEZAWA Hiroyuki wrote:
> Because NODE_DATA(node)->node_zonelists[] is guaranteed to contain
> all necessary zones, it is not necessary to use for_each_online_node.
>
> And this for_each_online_node() makes reclaim routine start always
> from node 0. This is bad. This patch will make relcaim code start
> from caller's node.
>
> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
>
Hi, KAMEZAWA-San,
I remember acking a similar series of patches. Could you please cc
linux-mm and Andrew and request for this series to be picked up.
I'll try and re-ack the patches as I read through them.
--
Thanks,
Balbir Singh
Linux Technology Center
IBM, ISTL
next prev parent reply other threads:[~2007-10-30 12:05 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-30 11:12 [RFC][ for -mm] memory cgroup enhancements take3 [0/9] intro KAMEZAWA Hiroyuki
[not found] ` <20071030201206.86a510e0.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-30 11:14 ` [RFC][ for -mm] memory cgroup enhancements take3 [1/9] fix try_to_free_mem_cgroup_pages() numa handling KAMEZAWA Hiroyuki
[not found] ` <20071030201431.56f6b242.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-30 12:05 ` Balbir Singh [this message]
[not found] ` <47271DED.1090002-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2007-10-30 12:33 ` KAMEZAWA Hiroyuki
2007-10-30 17:31 ` Dave Hansen
2007-10-30 18:28 ` Balbir Singh
[not found] ` <472777B0.3020405-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2007-10-31 5:36 ` KAMEZAWA Hiroyuki
2007-10-30 11:15 ` [RFC][ for -mm] memory cgroup enhancements take3 [2/9] add force_empty KAMEZAWA Hiroyuki
2007-10-30 11:16 ` [RFC][ for -mm] memory cgroup enhancements take3 [3/9] remember page cache KAMEZAWA Hiroyuki
[not found] ` <20071030201655.770fcd5e.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-30 12:22 ` YAMAMOTO Takashi
[not found] ` <20071030122252.5C4B61C5BD5-Pcsii4f/SVk@public.gmane.org>
2007-10-30 12:34 ` KAMEZAWA Hiroyuki
2007-10-30 11:17 ` [RFC][ for -mm] memory cgroup enhancements take3 [4/9] remember active KAMEZAWA Hiroyuki
2007-10-30 11:18 ` [RFC][ for -mm] memory cgroup enhancements take3 [5/9] per-cpu status accounting KAMEZAWA Hiroyuki
2007-10-30 11:19 ` [RFC][ for -mm] memory cgroup enhancements take3 [7/9] add memory.stat file KAMEZAWA Hiroyuki
2007-10-30 11:20 ` [RFC][ for -mm] memory cgroup enhancements take3 [7/9] add pre_destory KAMEZAWA Hiroyuki
2007-10-30 11:21 ` [RFC][ for -mm] memory cgroup enhancements take3 [8/9] implicit force_empty at rmdir KAMEZAWA Hiroyuki
2007-10-30 11:23 ` [RFC][ for -mm] memory cgroup enhancements take3 [9/9] per zone stat KAMEZAWA Hiroyuki
[not found] ` <20071030202332.ee86df03.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-30 12:32 ` YAMAMOTO Takashi
[not found] ` <20071030123259.3CF2D1C5BD5-Pcsii4f/SVk@public.gmane.org>
2007-10-30 12:36 ` KAMEZAWA Hiroyuki
[not found] ` <20071030213615.abbdfba5.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-30 12:42 ` YAMAMOTO Takashi
[not found] ` <20071030124241.654F91C5BE4-Pcsii4f/SVk@public.gmane.org>
2007-10-30 12:44 ` 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=47271DED.1090002@linux.vnet.ibm.com \
--to=balbir-23vcf4htsmix0ybbhkvfkdbpr1lh4cv8@public.gmane.org \
--cc=containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org \
--cc=kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org \
--cc=yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org \
/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.