mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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>
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#ifndef _LINUX_CGROUP_NAMESPACE_H
|
||||
#define _LINUX_CGROUP_NAMESPACE_H
|
||||
|
||||
#include <linux/ns_common.h>
|
||||
|
||||
struct cgroup_namespace {
|
||||
struct ns_common ns;
|
||||
struct user_namespace *user_ns;
|
||||
|
||||
Reference in New Issue
Block a user