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