Re: [PATCH] vfs: keep inodes with page cache off the inode shrinker LRU
From: Andrew Morton
Date: Wed May 13 2020 - 22:24:19 EST
On Tue, 12 May 2020 17:29:36 -0400 Johannes Weiner <hannes@xxxxxxxxxxx> wrote:
> + inode_pages_clear(mapping->inode);
> + else if (populated == 1)
> + inode_pages_set(mapping->inode);
mapping->host...
I have to assume this version wasn't runtime tested, so I'll drop it.