Skip to content

Commit 7be1c1a

Browse files
Alexey Dobriyanakpm00
authored andcommitted
mm: more vma cache removal
Link: https://lkml.kernel.org/r/[email protected] Fixes: 7964cf8 ("mm: remove vmacache") Signed-off-by: Alexey Dobriyan <[email protected]> Acked-by: Liam Howlett <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 92b7399 commit 7be1c1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/sched.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,6 @@ struct task_struct {
861861
struct mm_struct *mm;
862862
struct mm_struct *active_mm;
863863

864-
/* Per-thread vma caching: */
865-
866864
#ifdef SPLIT_RSS_COUNTING
867865
struct task_rss_stat rss_stat;
868866
#endif

0 commit comments

Comments
 (0)