proc: Remove the now unnecessary internal mount of proc
[sfrench/cifs-2.6.git] / include / linux / pid_namespace.h
index 2ed6af88794b0bf9adffdcf861cf9f0358305630..4956e362e55e69e07d0fefd477aab34c37b68bc1 100644 (file)
@@ -33,7 +33,6 @@ struct pid_namespace {
        unsigned int level;
        struct pid_namespace *parent;
 #ifdef CONFIG_PROC_FS
-       struct vfsmount *proc_mnt;
        struct dentry *proc_self;
        struct dentry *proc_thread_self;
 #endif
@@ -42,7 +41,6 @@ struct pid_namespace {
 #endif
        struct user_namespace *user_ns;
        struct ucounts *ucounts;
-       struct work_struct proc_work;
        kgid_t pid_gid;
        int hide_pid;
        int reboot;     /* group exit code if this pidns was rebooted */