summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2016-12-27 14:49:07 -0500
committerTejun Heo <tj@kernel.org>2016-12-27 14:49:07 -0500
commit633feee310de6b6c3191011140b88fe772f560cf (patch)
tree2197c9da1d40d49bfcf21db58f99d869f12cfb0c /virt
parent0a268dbd7932c78896f5a45c8a492b31729db6c0 (diff)
downloadlinux-633feee310de6b6c3191011140b88fe772f560cf.tar.gz
linux-633feee310de6b6c3191011140b88fe772f560cf.tar.xz
cgroup: refactor mount path and clearly distinguish v1 and v2 paths
While sharing some mechanisms, the mount paths of v1 and v2 are substantially different. Their implementations were mixed in cgroup_mount(). This patch splits them out so that they're easier to follow and organize. This patch causes one functional change - the WARN_ON(new_sb) gets lost. This is because the actual mounting gets moved to cgroup_do_mount() and thus @new_sb is no longer accessible by default to cgroup1_mount(). While we can add it as an explicit out parameter to cgroup_do_mount(), this part of code hasn't changed and the warning hasn't triggered for quite a while. Dropping it should be fine. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Acked-by: Zefan Li <lizefan@huawei.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions