diff options
Diffstat (limited to 'include/linux/proc_fs.h')
-rw-r--r-- | include/linux/proc_fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index e43551516831..b04ebf09fb91 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h | |||
@@ -262,6 +262,9 @@ extern void kclist_add(struct kcore_list *, void *, size_t); | |||
262 | union proc_op { | 262 | union proc_op { |
263 | int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **); | 263 | int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **); |
264 | int (*proc_read)(struct task_struct *task, char *page); | 264 | int (*proc_read)(struct task_struct *task, char *page); |
265 | int (*proc_show)(struct seq_file *m, | ||
266 | struct pid_namespace *ns, struct pid *pid, | ||
267 | struct task_struct *task); | ||
265 | }; | 268 | }; |
266 | 269 | ||
267 | struct proc_inode { | 270 | struct proc_inode { |