mm: more vma cache removal
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 11 Oct 2022 17:55:31 +0000 (20:55 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 12 Oct 2022 22:56:46 +0000 (15:56 -0700)
Link: https://lkml.kernel.org/r/Y0WuE3Riv4iy5Jx8@localhost.localdomain
Fixes: 7964cf8caa4d ("mm: remove vmacache")
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Liam Howlett <liam.howlett@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/sched.h

index 88a043f..e0bb85c 100644 (file)
@@ -861,8 +861,6 @@ struct task_struct {
        struct mm_struct                *mm;
        struct mm_struct                *active_mm;
 
-       /* Per-thread vma caching: */
-
 #ifdef SPLIT_RSS_COUNTING
        struct task_rss_stat            rss_stat;
 #endif