On Wed, 13 Dec 2023 21:58:30 +0000 "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> wrote: > Move the folio->page conversion into the callers that actually want > that. Most of the callers are happier with the folio anyway. > If the page_allocated boolean is set, the folio allocated is of order-0, > so it is safe to pass the page directly to swap_readpage(). Lots of rejects in mm-unstable's mm/zswap.c. I think I got everything, please check the result. Pushed out now.