commit | 82b90b6c5b38e457c7081d50dff11ecbafc1e61a | [log] [tgz] |
---|---|---|
author | Lu Jialin <lujialin4@huawei.com> | Thu Aug 10 11:25:28 2023 +0000 |
committer | Tejun Heo <tj@kernel.org> | Mon Aug 14 14:29:47 2023 -1000 |
tree | 4f089933a48ca55ee5b53277e4438abc9886f76f | |
parent | 0437719c1a97791481c5fd59642494f2108701a8 [diff] |
cgroup:namespace: Remove unused cgroup_namespaces_init() cgroup_namspace_init() just return 0. Therefore, there is no need to call it during start_kernel. Just remove it. Fixes: a79a908fd2b0 ("cgroup: introduce cgroup namespaces") Signed-off-by: Lu Jialin <lujialin4@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>