Skip to content

Commit 8535bd3

Browse files
committed
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>
1 parent 7cf7303 commit 8535bd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/linux/cgroup_namespace.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#ifndef _LINUX_CGROUP_NAMESPACE_H
33
#define _LINUX_CGROUP_NAMESPACE_H
44

5+
#include <linux/ns_common.h>
6+
57
struct cgroup_namespace {
68
struct ns_common ns;
79
struct user_namespace *user_ns;

0 commit comments

Comments
 (0)