From: Li Zefan <lizf@cn.fujitsu.com>
To: menage@google.com
Cc: akpm@linux-foundation.org, balbir@in.ibm.com, pj@sgi.com,
Pavel Emelianov <xemul@openvz.org>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>,
YAMAMOTO Takashi <yamamoto@valinux.co.jp>,
linux-kernel@vger.kernel.org,
containers@lists.linux-foundation.org
Subject: Re: [PATCH 05/10] CGroup API files: Update cpusets to use cgroup structured file API
Date: Wed, 27 Feb 2008 08:54:08 +0800 [thread overview]
Message-ID: <47C4B4B0.4010700@cn.fujitsu.com> (raw)
In-Reply-To: <20080223232617.958345000@menage.corp.google.com>
menage@google.com wrote:
> + case FILE_MEMORY_MIGRATE:
> + return is_memory_migrate(cs);
> + case FILE_MEMORY_PRESSURE_ENABLED:
> + return cpuset_memory_pressure_enabled;
> + case FILE_MEMORY_PRESSURE:
> + return fmeter_getrate(&cs->fmeter);
> + break;
redundant 'break'
next prev parent reply other threads:[~2008-02-27 0:56 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-23 22:47 [PATCH 00/10] CGroup API files: Various cleanup to CGroup control files menage
2008-02-23 22:47 ` [PATCH 01/10] CGroup API files: Rename read/write_uint methods to read_write_u64 menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` menage
2008-02-23 22:47 ` [PATCH 02/10] CGroup API files: Add res_counter_read_u64() menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 03/10] CGroup API files: Use read_u64 in memory controller menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` menage
2008-02-23 22:47 ` [PATCH 04/10] CGroup API files: Strip all trailing whitespace in cgroup_write_u64 menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` menage
2008-02-23 22:47 ` [PATCH 05/10] CGroup API files: Update cpusets to use cgroup structured file API menage
[not found] ` <20080223232617.958345000-B63HFAS8fGlSzHKm+aFRNNkmqwFzkYv6@public.gmane.org>
2008-02-27 0:54 ` Li Zefan
2008-02-27 0:54 ` Li Zefan [this message]
[not found] ` <47C4B4B0.4010700-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-02-27 1:09 ` Paul Menage
2008-02-27 1:09 ` Paul Menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 06/10] CGroup API files: Add cgroup map data type menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 07/10] CGroup API files: Use cgroup map for memcontrol stats file menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 08/10] CGroup API files: Drop mem_cgroup_force_empty() menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 09/10] CGroup API files: Move "releasable" to cgroup_debug subsystem menage
2008-02-23 22:47 ` menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` [PATCH 10/10] CGroup API files: Make CGROUP_DEBUG default to off menage-hpIqsD4AKlfQT0dZR+AlfA
2008-02-23 22:47 ` menage
2008-02-26 3:23 ` [PATCH 00/10] CGroup API files: Various cleanup to CGroup control files Li Zefan
[not found] ` <47C3862D.8080603-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-02-26 6:19 ` Paul Menage
2008-02-26 6:19 ` Paul Menage
[not found] ` <6599ad830802252219p77f41917u7c6c137c8e5448e0-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2008-02-26 7:48 ` Li Zefan
2008-02-26 7:48 ` Li Zefan
[not found] ` <47C3C462.4000706-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2008-02-27 1:09 ` Paul Menage
2008-02-27 1:09 ` Paul Menage
[not found] ` <20080223224725.115590000-B63HFAS8fGlSzHKm+aFRNNkmqwFzkYv6@public.gmane.org>
2008-02-26 3:23 ` Li Zefan
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=47C4B4B0.4010700@cn.fujitsu.com \
--to=lizf@cn.fujitsu.com \
--cc=akpm@linux-foundation.org \
--cc=balbir@in.ibm.com \
--cc=containers@lists.linux-foundation.org \
--cc=kamezawa.hiroyu@jp.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=menage@google.com \
--cc=pj@sgi.com \
--cc=xemul@openvz.org \
--cc=yamamoto@valinux.co.jp \
/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.