diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2022-10-11 19:55:31 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-10-13 00:56:46 +0200 |
commit | 7be1c1a3c7b13fb259bb5159662a7b83622013b8 (patch) | |
tree | edcf66d0e6e4e7861960e2f1f09c01159ba4958b /include | |
parent | mmap: fix copy_vma() failure path (diff) | |
download | linux-7be1c1a3c7b13fb259bb5159662a7b83622013b8.tar.xz linux-7be1c1a3c7b13fb259bb5159662a7b83622013b8.zip |
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')
-rw-r--r-- | include/linux/sched.h | 2 |
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 |