[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47C4B4B0.4010700@cn.fujitsu.com>
Date: Wed, 27 Feb 2008 08:54:08 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: menage@...gle.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
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'
--
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