[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130821142001.GK19286@mtj.dyndns.org>
Date: Wed, 21 Aug 2013 10:20:01 -0400
From: Tejun Heo <tj@...nel.org>
To: Li Zefan <lizefan@...wei.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Cgroups <cgroups@...r.kernel.org>,
Containers <containers@...ts.linux-foundation.org>
Subject: Re: [PATCH 11/11] cpuset: export effective masks to userspace
On Wed, Aug 21, 2013 at 06:01:32PM +0800, Li Zefan wrote:
> {
> + .name = "effective_cpus",
> + .flags = CFTYPE_SANE,
> + .read = cpuset_common_file_read,
> + .max_write_len = (100U + 6 * NR_CPUS),
> + .private = FILE_EFFECTIVE_CPULIST,
I don't think we need CFTYPE_SANE. We can just expose these
unconditionally, right? It still means the same thing when !sane.
Thanks.
--
tejun
--
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