On 7/15/21 5:35 AM, Matthew Wilcox (Oracle) wrote: > Transform page_mkclean() into folio_mkclean() and add a page_mkclean() > wrapper around folio_mkclean(). > > folio_mkclean is 15 bytes smaller than page_mkclean, but the kernel > is enlarged by 33 bytes due to inlining page_folio() into each caller. > This will go away once the callers are converted to use folio_mkclean(). > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Acked-by: Vlastimil Babka <vbabka@xxxxxxx>