On Sat, 8 Jan 2022, Matthew Wilcox wrote: > On Sat, Jan 08, 2022 at 08:47:49AM -0800, Hugh Dickins wrote: > > On Sat, 8 Jan 2022, Matthew Wilcox wrote: > > > On Sun, Jan 02, 2022 at 04:19:41PM +0000, Matthew Wilcox wrote: > > > > On Wed, Dec 08, 2021 at 04:22:08AM +0000, Matthew Wilcox (Oracle) wrote: > > > > > This all passes xfstests with no new failures on both xfs and tmpfs. > > > > > I intend to put all this into for-next tomorrow. > > > > > > > > As a result of Christoph's review, here's the diff. I don't > > > > think it's worth re-posting the entire patch series. > > > > > > After further review and integrating Hugh's fixes, here's what > > > I've just updated the for-next tree with. A little late, but that's > > > this time of year ... > > > > I don't see any fix to shmem_add_to_page_cache() in this diff, my 3/3 > > shmem: Fix "Unused swap" messages - I'm not sure whether you decided > > my fix has to be adjusted or not, but some fix is needed there. > > I pushed that earlier because I had more confidence in my understanding > of that patch. Here's what's currently in for-next: Okay, thanks: I tried that variant when you proposed it, and it worked fine. Hugh