summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2022-10-11 20:55:31 +0300
committerAndrew Morton <akpm@linux-foundation.org>2022-10-12 15:56:46 -0700
commit7be1c1a3c7b13fb259bb5159662a7b83622013b8 (patch)
treeedcf66d0e6e4e7861960e2f1f09c01159ba4958b /include/linux/sched.h
parent92b7399695a5cc961c44fc6e4624d3bc3c699ee7 (diff)
downloadlinux-7be1c1a3c7b13fb259bb5159662a7b83622013b8.tar.bz2
mm: more vma cache removal
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 88a043f7235e..e0bb85cf8bdd 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -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