projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b7399
)
mm: more vma cache removal
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 11 Oct 2022 17:55:31 +0000
(20:55 +0300)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/include/linux/sched.h
b/include/linux/sched.h
index 88a043f7235eb132b8e57b24555df441dd62468e..e0bb85cf8bdd12afc396edc722d919670a329fd8 100644
(file)
--- 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