Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup: fix error return value from cgroup_subtree_control()
While refactoring, f7b2814 ("cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_control_write()") broke error return value from the function. The return value from the last operation is always overridden to zero. Fix it. Signed-off-by: Tejun Heo <[email protected]> Cc: [email protected] # v4.6+ Signed-off-by: Tejun Heo <[email protected]>
- Loading branch information