proc/maps: replace proc_maps_private->pid with "struct inode *inode"
[firefly-linux-kernel-4.4.55.git] / fs / proc / internal.h
index d27182854a287d82daf7f103809995698c47bf43..aa7a0ee182e19329636b21f079fac074145aaa84 100644 (file)
@@ -268,7 +268,7 @@ extern int proc_remount(struct super_block *, int *, char *);
  * task_[no]mmu.c
  */
 struct proc_maps_private {
-       struct pid *pid;
+       struct inode *inode;
        struct task_struct *task;
        struct mm_struct *mm;
 #ifdef CONFIG_MMU