[PATCH v2] vfs: keep inodes with page cache off the inode shrinker LRU

From: Johannes Weiner
Date: Thu Feb 13 2020 - 13:35:05 EST


Changes since v1:
- retain inode-driven cache reclaim for CONFIG_HIGHMEM
- fix a compile bug in fs/dax.c (mapping->inode -> mapping->host)

I'm going to start wider-scale testing with this updated version.

---