]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/proc/inode.c
[PATCH] proc: Replace proc_inode.type with proc_inode.fd
[net-next-2.6.git] / fs / proc / inode.c
index 722b9c4631113d627fc8e4be5359dbf81092c8ff..fbc94df138a76b94d7b5bcff19619d1e5784bab1 100644 (file)
@@ -95,7 +95,7 @@ static struct inode *proc_alloc_inode(struct super_block *sb)
        if (!ei)
                return NULL;
        ei->task = NULL;
-       ei->type = 0;
+       ei->fd = 0;
        ei->op.proc_get_link = NULL;
        ei->pde = NULL;
        inode = &ei->vfs_inode;