commit | 1abab1ba0775036bb67c6c57945c637be644c04f | [log] [tgz] |
---|---|---|
author | Chen Ridong <chenridong@huawei.com> | Fri Aug 30 10:02:28 2024 +0000 |
committer | Tejun Heo <tj@kernel.org> | Fri Aug 30 10:00:16 2024 -1000 |
tree | 2ba00e983c38999335d5b1a20b009f1d6ec3f912 | |
parent | 381b53c3b5494026199a11a2744074086e352b2b [diff] |
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1 This patch introduces CONFIG_CPUSETS_V1 and guard cpuset-v1 code under CONFIG_CPUSETS_V1. The default value of CONFIG_CPUSETS_V1 is N, so that user who adopted v2 don't have 'pay' for cpuset v1. Signed-off-by: Chen Ridong <chenridong@huawei.com> Acked-by: Waiman Long <longman@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>