patch-2.3.27 linux/include/linux/proc_fs_i.h

Next file: linux/include/linux/sched.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/include/linux/proc_fs_i.h linux/include/linux/proc_fs_i.h
@@ -0,0 +1,9 @@
+struct proc_inode_info {
+	struct task_struct *task;
+	int type;
+	union {
+		struct dentry *(*proc_get_link)(struct inode *);
+		int (*proc_read)(struct task_struct *task, char *page);
+	} op;
+	struct file *file;
+};

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)