aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pid_namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pid_namespace.h')
-rw-r--r--include/linux/pid_namespace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pid_namespace.h b/include/linux/pid_namespace.h
index 8ac32836690e..731e4ecee3bd 100644
--- a/include/linux/pid_namespace.h
+++ b/include/linux/pid_namespace.h
@@ -30,6 +30,7 @@ struct pid_namespace {
30 struct pid_namespace *parent; 30 struct pid_namespace *parent;
31#ifdef CONFIG_PROC_FS 31#ifdef CONFIG_PROC_FS
32 struct vfsmount *proc_mnt; 32 struct vfsmount *proc_mnt;
33 struct dentry *proc_self;
33#endif 34#endif
34#ifdef CONFIG_BSD_PROCESS_ACCT 35#ifdef CONFIG_BSD_PROCESS_ACCT
35 struct bsd_acct_struct *bacct; 36 struct bsd_acct_struct *bacct;