On Tue, Jun 16, 2020 at 03:16:43PM +0900, js1...@gmail.com wrote: > From: Joonsoo Kim <iamjoonsoo....@lge.com> > > 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 <iamjoonsoo....@lge.com> Acked-by: Johannes Weiner <han...@cmpxchg.org>