mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01: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:
parent
7cf7303211
commit
8535bd38b4
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue