Loading kernel/cgroup/cgroup.c +1 −5 Original line number Diff line number Diff line Loading @@ -3305,11 +3305,7 @@ static int cgroup_apply_control(struct cgroup *cgrp) * making the following cgroup_update_dfl_csses() properly update * css associations of all tasks in the subtree. */ ret = cgroup_update_dfl_csses(cgrp); if (ret) return ret; return 0; return cgroup_update_dfl_csses(cgrp); } /** Loading Loading
kernel/cgroup/cgroup.c +1 −5 Original line number Diff line number Diff line Loading @@ -3305,11 +3305,7 @@ static int cgroup_apply_control(struct cgroup *cgrp) * making the following cgroup_update_dfl_csses() properly update * css associations of all tasks in the subtree. */ ret = cgroup_update_dfl_csses(cgrp); if (ret) return ret; return 0; return cgroup_update_dfl_csses(cgrp); } /** Loading