Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / fs / proc / internal.h
index af27718..b701d02 100644 (file)
@@ -290,7 +290,7 @@ struct proc_maps_private {
        struct task_struct *task;
        struct mm_struct *mm;
 #ifdef CONFIG_MMU
-       struct vm_area_struct *tail_vma;
+       struct vma_iterator iter;
 #endif
 #ifdef CONFIG_NUMA
        struct mempolicy *task_mempolicy;