| commit | 358b1ba3af132aecb502ffe718d82c9c1092bab0 | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <tj@kernel.org> | Tue Feb 23 10:17:56 2016 -0500 |
| committer | Tejun Heo <tj@kernel.org> | Tue Feb 23 10:17:56 2016 -0500 |
| tree | 0b9be82af6c2cbf85816dc00b953a182410d518e | |
| parent | 5bbfd4bd49b8149fd6f75c03916c6d6160e0d0d4 [diff] |
cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_control_write()
Factor out cgroup_{apply|finalize}_control() so that control mask
update can be done in several simple steps. This patch doesn't
introduce behavior changes.
Signed-off-by: Tejun Heo <tj@kernel.org>