Re: [PATCH 11/11] cpuset: export effective masks to userspace

From: Tejun Heo
Date: Wed Aug 21 2013 - 10:20:13 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/