]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/proc/internal.h
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel...
[thirdparty/linux.git] / fs / proc / internal.h
index af277184b8073566207c41bd1f56a05316d2dc30..b701d0207edf098814a70400850e3675aee448f1 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;