Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup: remove unused dummy cgroup_fork_callbacks()
5edee61 ("cgroup: cgroup_subsys->fork() should be called after the task is added to css_set") removed cgroup_fork_callbacks() but forgot to remove its dummy version for !CONFIG_CGROUPS. Remove it. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
- Loading branch information