]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
cgroup: Move debug cgroup to its own file
authorWaiman Long <longman@redhat.com>
Tue, 13 Jun 2017 21:18:02 +0000 (17:18 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 14 Jun 2017 20:01:21 +0000 (16:01 -0400)
commita28f8f5e995fe5964ae304444913536058f26e37
treef1b90d03615de1a443631d6ab20ae873f2c04038
parent73a7242a06ff995d771fbe243e72b516feaa6e3d
cgroup: Move debug cgroup to its own file

The debug cgroup currently resides within cgroup-v1.c and is enabled
only for v1 cgroup. To enable the debug cgroup also for v2, it makes
sense to put the code into its own file as it will no longer be v1
specific. There is no change to the debug cgroup specific code.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/Makefile
kernel/cgroup/cgroup-internal.h
kernel/cgroup/cgroup-v1.c
kernel/cgroup/debug.c [new file with mode: 0644]