summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/mm_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/mm_types.h')
-rw-r--r--kernel/include/linux/mm_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/mm_types.h b/kernel/include/linux/mm_types.h
index b238ebfbb..4b016eb62 100644
--- a/kernel/include/linux/mm_types.h
+++ b/kernel/include/linux/mm_types.h
@@ -470,6 +470,7 @@ struct mm_struct {
*/
struct task_struct __rcu *owner;
#endif
+ struct user_namespace *user_ns;
/* store ref to file /proc/<pid>/exe symlink points to */
struct file __rcu *exe_file;