On 7/15/21 5:35 AM, Matthew Wilcox (Oracle) wrote: > This replaces activate_page() and eliminates lots of calls to > compound_head(). Saves net 118 bytes of kernel text. There are still > some redundant calls to page_folio() here which will be removed when > pagevec_lru_move_fn() is converted to use folios. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>