]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: ignore PG_workingset after stealing
authorMiklos Szeredi <mszeredi@redhat.com>
Fri, 18 Jun 2021 19:16:42 +0000 (21:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:53:08 +0000 (16:53 +0200)
commitbafcb1882cd22d929a2373e869074d9e7876152c
tree149bac50cee892ad0a7977309baedb66872a5278
parent4aa65d6f7a57e20386f583dc6879a0cb510d1305
fuse: ignore PG_workingset after stealing

commit b89ecd60d38ec042d63bdb376c722a16f92bcb88 upstream.

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: Thomas Lindroth <thomas.lindroth@gmail.com>
Fixes: 6f38ce4beb62 ("mm: workingset: tell cache transitions from workingset thrashing")
Cc: <stable@vger.kernel.org> # v4.20
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/fuse/dev.c