hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/kernel/cgroup/namespace.c
....@@ -149,9 +149,3 @@
149149 .install = cgroupns_install,
150150 .owner = cgroupns_owner,
151151 };
152
-
153
-static __init int cgroup_namespaces_init(void)
154
-{
155
- return 0;
156
-}
157
-subsys_initcall(cgroup_namespaces_init);