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 e2772666f004..7246ef3d4455 100644 --- a/include/linux/pid_namespace.h +++ b/include/linux/pid_namespace.h | |||
@@ -23,6 +23,7 @@ struct bsd_acct_struct; | |||
23 | struct pid_namespace { | 23 | struct pid_namespace { |
24 | struct kref kref; | 24 | struct kref kref; |
25 | struct pidmap pidmap[PIDMAP_ENTRIES]; | 25 | struct pidmap pidmap[PIDMAP_ENTRIES]; |
26 | struct rcu_head rcu; | ||
26 | int last_pid; | 27 | int last_pid; |
27 | unsigned int nr_hashed; | 28 | unsigned int nr_hashed; |
28 | struct task_struct *child_reaper; | 29 | struct task_struct *child_reaper; |