]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmscan: make the annotations of refaults code at the right place
authorYang Yang <yang.yang29@zte.com.cn>
Sat, 13 Aug 2022 08:07:58 +0000 (08:07 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 17 Aug 2022 20:58:33 +0000 (13:58 -0700)
commit546955fceb960a12d4e73f15a00252da6ce470dc
tree1a6ae13daf20961d976ef6b33bc66441942069b0
parentcee97c6ff23621fe1132cfc7d69f2c879bef58f5
mm/vmscan: make the annotations of refaults code at the right place

After patch "mm/workingset: prepare the workingset detection
infrastructure for anon LRU", we can handle the refaults of anonymous
pages too.  So the annotations of refaults should cover both of anonymous
pages and file pages.

Link: https://lkml.kernel.org/r/20220813080757.59131-1-yang.yang29@zte.com.cn
Fixes: 170b04b7ae4963 ("mm/workingset: prepare the workingset detection infrastructure for anon LRU")
Signed-off-by: Yang Yang <yang.yang29@zte.com.cn>
Signed-off-by: CGEL ZTE <cgel.zte@gmail.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c