]> git.proxmox.com Git - mirror_ubuntu-impish-kernel.git/commit
UBUNTU: SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 30 Aug 2019 12:14:31 +0000 (14:14 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 28 Jun 2021 06:03:48 +0000 (08:03 +0200)
commit40a16b3efe75a3784493ae5c9d87c6e1f8952802
treec65ae4ae7ff2bef3d20511dd7670095e4090f8bd
parent80c9bd4865653385a3c542e36e000469edde41d4
UBUNTU: SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT

BugLink: https://bugs.launchpad.net/bugs/1842059
Shiftfs does not mark it's slab cache as reclaimable. While this is not
a big deal it is not nice to the kernel in general. The shiftfs cache is
not so important that it can't be reclaimed.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/shiftfs.c