On 3/21/24 15:24, Matthew Wilcox (Oracle) wrote: > Now that prep_compound_page() initialises folio->_deferred_list, > folio_prep_large_rmappable()'s only purpose is to set the large_rmappable > flag, so inline it into the two callers. Take the opportunity to convert > the large_rmappable definition from PAGEFLAG to FOLIO_FLAG and remove > the existance of PageTestLargeRmappable and friends. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>