Skip to content

Commit

Permalink
mm: more vma cache removal
Browse files Browse the repository at this point in the history
Link: https://lkml.kernel.org/r/Y0WuE3Riv4iy5Jx8@localhost.localdomain
Fixes: 7964cf8 ("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>
  • Loading branch information
Alexey Dobriyan authored and Andrew Morton committed Oct 12, 2022
1 parent 92b7399 commit 7be1c1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7be1c1a

Please sign in to comment.