On 11/25/24 22:01, Matthew Wilcox (Oracle) wrote: > Provide an interface to allocate pages from the page allocator without > incrementing their refcount. This saves an atomic operation on free, > which may be beneficial to some users (eg slab). > > Reviewed-by: William Kucharski <william.kucharski@xxxxxxxxxx> > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Naming aside, Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>