On Tue, Jun 16, 2020 at 03:16:43PM +0900, [email protected] wrote: > From: Joonsoo Kim <[email protected]> > > Non-file-lru page could also be activated in mark_page_accessed() > and we need to count this activation for nonresident_age.
Good catch. Shmem pages use mark_page_accessed(). > Note that it's better for this patch to be squashed into the patch > "mm: workingset: age nonresident information alongside anonymous pages". > > Signed-off-by: Joonsoo Kim <[email protected]> Acked-by: Johannes Weiner <[email protected]>

