Pull model-name into release branch
[pandora-kernel.git] / include / linux / proc_fs.h
index 4c7271f..17e7578 100644 (file)
@@ -246,7 +246,7 @@ extern void kclist_add(struct kcore_list *, void *, size_t);
 #endif
 
 struct proc_inode {
-       struct task_ref *tref;
+       struct pid *pid;
        int fd;
        union {
                int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
@@ -267,7 +267,7 @@ static inline struct proc_dir_entry *PDE(const struct inode *inode)
 }
 
 struct proc_maps_private {
-       struct task_ref *tref;
+       struct pid *pid;
        struct task_struct *task;
        struct vm_area_struct *tail_vma;
 };