]> git.baikalelectronics.ru Git - 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)
commitb65202c415b02760db01dc78cfff8b11730aa431
treef1b90d03615de1a443631d6ab20ae873f2c04038
parent39fb093dd56e40a583ed046b6038b53474a344b9
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]