]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/proc_fs.h
[PATCH] proc: Replace proc_inode.type with proc_inode.fd
[net-next-2.6.git] / include / linux / proc_fs.h
index 5810d28fbed9c193ddc9d550b5eb1c97aee45a55..9dd84884abb144b9e84cd509ff34a877abba56ef 100644 (file)
@@ -249,7 +249,7 @@ extern void kclist_add(struct kcore_list *, void *, size_t);
 
 struct proc_inode {
        struct task_struct *task;
-       int type;
+       int fd;
        union {
                int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
                int (*proc_read)(struct task_struct *task, char *page);