On 11.10.22 19:55, Alexey Dobriyan wrote:
Fixes: 7964cf8caa4d ("mm: remove vmacache")
It's not an actual fix. Such tags can be misleading.
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---
include/linux/sched.h | 2 --
1 file changed, 2 deletions(-)
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -870,8 +870,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
Reviewed-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb