[PATCH 3/4] cgroup: introduce sane_behavior mount option

Li Zefan lizefan at huawei.com
Mon Apr 15 02:49:15 UTC 2013


>  	{
> +		.name = "cgroup.sane_behavior",
> +		.flags = CFTYPE_ONLY_ON_ROOT,
> +		.read_seq_string = cgroup_sane_behavior_show,
> +		.mode = S_IRUGO,
> +	},

We don't have to set .mode explicitly.



More information about the Containers mailing list