[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6599ad830802261709s4f836d78uc856cb163a56615c@mail.gmail.com>
Date: Tue, 26 Feb 2008 17:09:48 -0800
From: "Paul Menage" <menage@...gle.com>
To: "Li Zefan" <lizf@...fujitsu.com>
Cc: akpm@...ux-foundation.org, balbir@...ibm.com, pj@....com,
"Pavel Emelianov" <xemul@...nvz.org>,
"KAMEZAWA Hiroyuki" <kamezawa.hiroyu@...fujitsu.com>,
"YAMAMOTO Takashi" <yamamoto@...inux.co.jp>,
linux-kernel@...r.kernel.org, containers@...ts.linux-foundation.org
Subject: Re: [PATCH 05/10] CGroup API files: Update cpusets to use cgroup structured file API
On Tue, Feb 26, 2008 at 4:54 PM, Li Zefan <lizf@...fujitsu.com> wrote:
> menage@...gle.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'
>
Thanks, I'll zap that.
Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists