Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

cgroup: add missing ns_common include

Add the missing include of the ns_common header.

Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>

+2
+2
include/linux/cgroup_namespace.h
··· 2 2 #ifndef _LINUX_CGROUP_NAMESPACE_H 3 3 #define _LINUX_CGROUP_NAMESPACE_H 4 4 5 + #include <linux/ns_common.h> 6 + 5 7 struct cgroup_namespace { 6 8 struct ns_common ns; 7 9 struct user_namespace *user_ns;