Skip to content
Snippets Groups Projects
Commit 3ff31d0c authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

cgroups: kernel/ns_cgroup.c should #include <linux/nsproxy.h>


Every file should include the headers containing the externs its global
functions (in this case for ns_cgroup_clone()).

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarSerge Hallyn <serue@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4fe91d51
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <linux/cgroup.h> #include <linux/cgroup.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/nsproxy.h>
struct ns_cgroup { struct ns_cgroup {
struct cgroup_subsys_state css; struct cgroup_subsys_state css;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment