]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only
authorMichal Koutný <mkoutny@suse.com>
Mon, 9 Sep 2024 16:32:21 +0000 (18:32 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 10 Sep 2024 20:02:12 +0000 (10:02 -1000)
commit659f90f863a628c007c49aff97b30cb5908a0480
tree092af70b5680f68f377408dd4628f2dde59c2584
parent8c7e22fc917a0d76794ebf3fcd81f9d91cee4f5d
cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only

The cpuset filesystem is a legacy interface to cpuset controller with
(pre-)v1 features. It makes little sense to co-mount it on systems
without cpuset v1, so do not build it when cpuset v1 is not built
neither.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Reviewed-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c