diff options
Diffstat (limited to 'kernel/cgroup/debug.c')
-rw-r--r-- | kernel/cgroup/debug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/cgroup/debug.c b/kernel/cgroup/debug.c index 1c209aa43733..cbe77a2087c5 100644 --- a/kernel/cgroup/debug.c +++ b/kernel/cgroup/debug.c | |||
@@ -1,3 +1,9 @@ | |||
1 | /* | ||
2 | * Debug controller | ||
3 | * | ||
4 | * WARNING: This controller is for cgroup core debugging only. | ||
5 | * Its interfaces are unstable and subject to changes at any time. | ||
6 | */ | ||
1 | #include <linux/ctype.h> | 7 | #include <linux/ctype.h> |
2 | #include <linux/mm.h> | 8 | #include <linux/mm.h> |
3 | #include <linux/slab.h> | 9 | #include <linux/slab.h> |