aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r--fs/proc/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h
index aa7a0ee182e1..d689fd6960d5 100644
--- a/fs/proc/internal.h
+++ b/fs/proc/internal.h
@@ -64,7 +64,7 @@ struct proc_inode {
64 struct proc_dir_entry *pde; 64 struct proc_dir_entry *pde;
65 struct ctl_table_header *sysctl; 65 struct ctl_table_header *sysctl;
66 struct ctl_table *sysctl_entry; 66 struct ctl_table *sysctl_entry;
67 struct proc_ns ns; 67 const struct proc_ns_operations *ns_ops;
68 struct inode vfs_inode; 68 struct inode vfs_inode;
69}; 69};
70 70