diff options
Diffstat (limited to 'include/linux/pid_namespace.h')
-rw-r--r-- | include/linux/pid_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h index 918b117a7cd3..34cce96741bc 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h | |||
@@ -40,6 +40,7 @@ struct pid_namespace { | |||
40 | struct fs_pin *bacct; | 40 | struct fs_pin *bacct; |
41 | #endif | 41 | #endif |
42 | struct user_namespace *user_ns; | 42 | struct user_namespace *user_ns; |
43 | struct ucounts *ucounts; | ||
43 | struct work_struct proc_work; | 44 | struct work_struct proc_work; |
44 | kgid_t pid_gid; | 45 | kgid_t pid_gid; |
45 | int hide_pid; | 46 | int hide_pid; |