• M
    fuse: ignore PG_workingset after stealing · b89ecd60
    Miklos Szeredi 提交于
    Fix the "fuse: trying to steal weird page" warning.
    
    Description from Johannes Weiner:
    
      "Think of it as similar to PG_active. It's just another usage/heat
       indicator of file and anon pages on the reclaim LRU that, unlike
       PG_active, persists across deactivation and even reclaim (we store it in
       the page cache / swapper cache tree until the page refaults).
    
       So if fuse accepts pages that can legally have PG_active set,
       PG_workingset is fine too."
    Reported-by: NThomas Lindroth <thomas.lindroth@gmail.com>
    Fixes: 1899ad18 ("mm: workingset: tell cache transitions from workingset thrashing")
    Cc: <stable@vger.kernel.org> # v4.20
    Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
    b89ecd60
dev.c 51.7 KB