On Thu, Dec 28, 2023 at 8:04 AM Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, 22 Dec 2023 20:28:05 +0000 "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> wrote: > > > Add folio_alloc_node() to replace alloc_pages_node() and then use > > folio APIs throughout instead of converting back to pages. > > > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > > --- > > include/linux/gfp.h | 9 +++++++++ > > mm/slub.c | 15 +++++++-------- > > This depends on changes which are in Vlastimil's tree and linux-next. > So I reworked it to not do that, which means there will be a resolution > for Linus to do, which Stephen will tell us about. It's simple, just > from code motion. I think you're missing that Matthew withdrew this patch?