Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level

This is not a properly hierarchical resource, it might be better
implemented based on a sched_attr.

Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Michal Koutný <mkoutny@suse.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Michal Koutný and committed by
Tejun Heo
103149a0 db4dc20c

+1
+1
kernel/cgroup/cpuset-v1.c
··· 176 176 177 177 switch (type) { 178 178 case FILE_SCHED_RELAX_DOMAIN_LEVEL: 179 + pr_info_once("cpuset.%s is deprecated\n", cft->name); 179 180 retval = update_relax_domain_level(cs, val); 180 181 break; 181 182 default: