hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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);